Skip to content

Commit 5d4d842

Browse files
authored
Merge pull request #35 from verloop/update-ios-sdk
update ios sdk version
2 parents dc01a1c + 73f5ce0 commit 5d4d842

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"dependencies": {
1414
"react": "19.0.0",
1515
"react-native": "0.78.0",
16-
"react-native-verloop-sdk": "^1.1.2"
16+
"react-native-verloop-sdk": "^1.1.3"
1717
},
1818
"devDependencies": {
1919
"@babel/core": "^7.25.2",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-verloop-sdk",
3-
"version": "1.1.2",
3+
"version": "1.1.3",
44
"description": "VerloopSDK is to display client side livechat widget on the mobile app.",
55
"main": "src/index.js",
66
"types": "src/index.d.ts",

react-native-verloop-sdk.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Pod::Spec.new do |s|
1515
s.source = { :git => "https://github.com/github_account/react-native-verloop-sdk.git.git", :tag => "#{s.version}" }
1616

1717
s.source_files = "ios/**/*.{h,m,mm,swift}"
18-
s.dependency 'VerloopSDKiOS','0.2.11'
18+
s.dependency 'VerloopSDKiOS','0.2.17'
1919

2020
# Use install_modules_dependencies helper to install the dependencies if React Native version >=0.71.0.
2121
# See https://github.com/facebook/react-native/blob/febf6b7f33fdb4904669f99d795eba4c0f95d7bf/scripts/cocoapods/new_architecture.rb#L79.

0 commit comments

Comments
 (0)