Skip to content

Commit

Permalink
Merge pull request #5 from Splicer97/123123
Browse files Browse the repository at this point in the history
feat: 123
  • Loading branch information
Splicer97 authored May 3, 2024
2 parents 186c5de + 10327f2 commit 8d63352
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@splicer97/react-native-mytracker",
"version": "0.9.0",
"version": "0.11.0",
"description": "This is unofficial React Native wrapper for myTrackerSDK",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down
2 changes: 1 addition & 1 deletion react-native-mytracker.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Pod::Spec.new do |s|
s.source_files = "ios/**/*.{h,m,mm}"

s.dependency "React-Core"
s.dependency "myTrackerSDK", '3.1.5'
s.dependency "myTrackerSDK", '3.1.8'

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

0 comments on commit 8d63352

Please sign in to comment.