Skip to content

Commit bd1f7e4

Browse files
author
IdoZ
authored
Merge pull request #12 from bringg/1.11.0
iOS version 1.11.0
2 parents 934fc0d + 87f45a2 commit bd1f7e4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bringg/react-native-bringg-driver-sdk",
3-
"version": "1.10.1",
3+
"version": "1.11.0",
44
"description": "A React Native wrapper for the native (iOS and Android) Bringg driver SDKs (currently supporting the active customer use case)",
55
"main": "lib/commonjs/index.js",
66
"module": "lib/module/index.js",
@@ -91,4 +91,4 @@
9191
"dependencies": {
9292
"rxjs": "^6.5.5"
9393
}
94-
}
94+
}

react-native-bringg-driver-sdk.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ Pod::Spec.new do |s|
1919

2020
s.dependency 'React'
2121

22-
s.dependency 'BringgDriverSDK', '1.10.1'
23-
s.dependency 'BringgDriverSDKObjc', '1.10.1'
22+
s.dependency 'BringgDriverSDK', '1.11.0'
23+
s.dependency 'BringgDriverSDKObjc', '1.11.0'
2424
end

0 commit comments

Comments
 (0)