Skip to content

Commit

Permalink
Merge pull request #5 from roam-ai/0.1.0
Browse files Browse the repository at this point in the history
0.1.0
  • Loading branch information
sahil-roam authored Sep 11, 2023
2 parents ee65189 + 5c2f365 commit 274a8c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "roam-cordova",
"version": "0.0.5",
"version": "0.1.0",
"description": "This plugin allows to use the Roam.ai SDK in your React Native mobile application on iOS and Android.",
"homepage": "https://roam.ai",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion src/android/src/main/java/com/roam/cordova/roam-sdk.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ repositories {
}
}
dependencies {
implementation 'com.roam.sdk:roam-android:0.1.7'
implementation 'com.roam.sdk:roam-android:0.1.19'
}

0 comments on commit 274a8c2

Please sign in to comment.