Skip to content

Commit

Permalink
Bump version to 5.0.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewcarlreetz committed Oct 12, 2023
1 parent a8a405d commit 13be304
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ios/Helium.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -600,7 +600,7 @@
INFOPLIST_FILE = Helium/Info.plist;
INFOPLIST_KEY_CFBundleDisplayName = Helium;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MARKETING_VERSION = 5.0.4;
MARKETING_VERSION = 5.0.5;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand Down Expand Up @@ -634,7 +634,7 @@
INFOPLIST_FILE = Helium/Info.plist;
INFOPLIST_KEY_CFBundleDisplayName = Helium;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MARKETING_VERSION = 5.0.4;
MARKETING_VERSION = 5.0.5;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "helium",
"version": "5.0.4",
"version": "5.0.5",
"private": true,
"scripts": {
"android": "react-native run-android",
Expand Down Expand Up @@ -177,4 +177,4 @@
"ts-jest": "^27.0.3",
"typescript": "^4.9.4"
}
}
}

0 comments on commit 13be304

Please sign in to comment.