Skip to content

Commit e5df00c

Browse files
committed
chore: bump version to 1.0.9
1 parent af8dc91 commit e5df00c

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ repositories {
2323
}
2424
2525
dependencies {
26-
implementation 'com.commandbar.android:commandbar:1.0.8'
26+
implementation 'com.commandbar.android:commandbar:1.0.9'
2727
}
2828
```
2929

@@ -42,6 +42,7 @@ import com.commandbar.android.HelpHubWebView;
4242
- `options` (required): An instance of the `CommandBarOptions` class that holds the options for the `HelpHubWebView``.
4343
- `orgId` (required): Your Organization ID from [CommandBar](https://app.commandbar.com)
4444
- `spinnerColor` (optional): Optionally specify a color to render the loading Spinner
45+
- `articleId` (optional): Optionally specify an article ID to open a specific article in HelpHub
4546
- `onFallbackAction` (optional): A callback function to receive an event when a Fallback CTA is interacted with
4647

4748
### `HelpHubWebView`
@@ -52,6 +53,7 @@ import com.commandbar.android.HelpHubWebView;
5253
- `options` (optional): An instance of the `CommandBarOptions` class that holds the options for the `HelpHubWebView``.
5354
- `orgId` (required): Your Organization ID from [CommandBar](https://app.commandbar.com)
5455
- `spinnerColor` (optional): Optionally specify a color to render the loading Spinner
56+
- `articleId` (optional): Optionally specify an article ID to open a specific article in HelpHub
5557
- `onFallbackAction` (optional): A callback function to receive an event when a Fallback CTA is interacted with
5658

5759
### Run the Example

commandbar/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ mavenPublishing {
4343

4444
signAllPublications()
4545

46-
coordinates("com.commandbar.android", "commandbar", "1.0.8")
46+
coordinates("com.commandbar.android", "commandbar", "1.0.9")
4747

4848
pom {
4949
name.set("CommandBarAndroid")

0 commit comments

Comments
 (0)