Skip to content

Commit 8d63352

Browse files
authored
Merge pull request #5 from Splicer97/123123
feat: 123
2 parents 186c5de + 10327f2 commit 8d63352

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@splicer97/react-native-mytracker",
3-
"version": "0.9.0",
3+
"version": "0.11.0",
44
"description": "This is unofficial React Native wrapper for myTrackerSDK",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",

react-native-mytracker.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.source_files = "ios/**/*.{h,m,mm}"
1818

1919
s.dependency "React-Core"
20-
s.dependency "myTrackerSDK", '3.1.5'
20+
s.dependency "myTrackerSDK", '3.1.8'
2121

2222
# Don't install the dependencies when we run `pod install` in the old architecture.
2323
if ENV['RCT_NEW_ARCH_ENABLED'] == '1' then

0 commit comments

Comments
 (0)