Skip to content

Commit

Permalink
ios 4.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
marchinram committed Nov 14, 2023
1 parent a5d190a commit 232b1ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion movement-sdk-react-native.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Pod::Spec.new do |s|
s.source_files = "ios/**/*.{h,m,mm,swift}"

s.dependency "React-Core"
s.dependency 'MovementSdk', '= 4.0.1'
s.dependency 'MovementSdk', '= 4.0.3'

# Don't install the dependencies when we run `pod install` in the old architecture.
if ENV['RCT_NEW_ARCH_ENABLED'] == '1' then
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@foursquare/movement-sdk-react-native",
"homepage": "https://enterprise.foursquare.com/products/pilgrim",
"version": "4.0.1",
"version": "4.0.2",
"description": "React native wrapper for the Movement SDK",
"main": "src/index.js",
"scripts": {
Expand Down

0 comments on commit 232b1ad

Please sign in to comment.