Skip to content

Commit

Permalink
Merge pull request #44 from roam-ai/R2-299
Browse files Browse the repository at this point in the history
R2-299
  • Loading branch information
sahil-roam authored Dec 22, 2023
2 parents c7f0648 + 4a10dbc commit 1e59f10
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -266,3 +266,7 @@ Added:
## 0.1.9

- Update native Roam SDK for android v0.1.21 and iOS v0.1.17

## 0.1.10

- Update native Roam SDK for android v0.1.23 and iOS v0.1.19
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ Before making any changes to your javascript code, you would need to integrate a

```
dependencies {
implementation 'com.roam.sdk:roam-android:0.1.21'
implementation 'com.roam.sdk:roam-android:0.1.23'
}
```

Expand Down
2 changes: 1 addition & 1 deletion RNRoam.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ Pod::Spec.new do |s|

s.dependency 'React'

s.dependency 'roam-ios', '0.1.17'
s.dependency 'roam-ios', '0.1.19'

end
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ repositories {

dependencies {
implementation "com.facebook.react:react-native:${safeExtGet('reactNativeVersion', '+')}"
implementation 'com.roam.sdk:roam-android:0.1.21'
implementation 'com.roam.sdk:roam-android:0.1.23'

}

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"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",
"version": "0.1.9",
"version": "0.1.10",
"author": "Roam B.V",
"main": "js/index.js",
"dependencies": {
Expand Down

0 comments on commit 1e59f10

Please sign in to comment.