Skip to content

Commit 479ee3d

Browse files
committed
chore: update to 2.2.0
1 parent 85cdd75 commit 479ee3d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Akiles.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Pod::Spec.new do |s|
1717
s.private_header_files = "ios/**/*.h"
1818

1919
# Akiles SDK dependency
20-
s.dependency "AkilesSDK", "~> 2.1.0"
20+
s.dependency "AkilesSDK", "~> 2.2.0"
2121

2222
install_modules_dependencies(s)
2323
end

example/ios/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ target 'AkilesExample' do
2626
)
2727

2828
# Akiles SDK dependency - using GitHub main branch
29-
pod 'AkilesSDK', :git => 'https://github.com/akiles/akiles-ios.git', :branch => 'v2.1.0'
29+
pod 'AkilesSDK', :git => 'https://github.com/akiles/akiles-ios.git', :branch => 'v2.2.0'
3030

3131
post_install do |installer|
3232
# https://github.com/facebook/react-native/blob/main/packages/react-native/scripts/react_native_pods.rb#L197-L202

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "akiles-react-native",
3-
"version": "2.1.0",
3+
"version": "2.2.0",
44
"description": "Akiles React Native",
55
"main": "./lib/module/index.js",
66
"types": "./lib/typescript/src/index.d.ts",

0 commit comments

Comments
 (0)