Skip to content

Commit

Permalink
Bump Version to 5.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kent-williams committed Feb 4, 2025
1 parent 46c46f1 commit 2bd79f5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ios/Helium.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -669,7 +669,7 @@
INFOPLIST_KEY_CFBundleDisplayName = Helium;
IPHONEOS_DEPLOYMENT_TARGET = 15.1;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MARKETING_VERSION = 5.1.0;
MARKETING_VERSION = 5.1.1;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand Down Expand Up @@ -704,7 +704,7 @@
INFOPLIST_KEY_CFBundleDisplayName = Helium;
IPHONEOS_DEPLOYMENT_TARGET = 15.1;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MARKETING_VERSION = 5.1.0;
MARKETING_VERSION = 5.1.1;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "helium",
"version": "5.1.0",
"version": "5.1.1",
"private": true,
"scripts": {
"android": "react-native run-android",
Expand Down

0 comments on commit 2bd79f5

Please sign in to comment.