Skip to content

Commit

Permalink
Merge pull request #959 from kaloudis/version-bump-v0.6.3
Browse files Browse the repository at this point in the history
Version bump: v0.6.4
  • Loading branch information
kaloudis authored May 4, 2022
2 parents 74de7d6 + aee3974 commit a75d17c
Show file tree
Hide file tree
Showing 4 changed files with 57 additions and 32 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,8 @@ android {
applicationId "app.zeusln.zeus"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 38
versionName "0.6.2"
versionCode 40
versionName "0.6.4"
multiDexEnabled true
missingDimensionStrategy 'react-native-camera', 'general'
}
Expand Down
4 changes: 2 additions & 2 deletions ios/zeus.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1623,7 +1623,7 @@
INFOPLIST_FILE = zeus/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MARKETING_VERSION = 0.6.2;
MARKETING_VERSION = 0.6.4;
ONLY_ACTIVE_ARCH = YES;
OTHER_LDFLAGS = (
"$(inherited)",
Expand Down Expand Up @@ -1662,7 +1662,7 @@
INFOPLIST_FILE = zeus/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MARKETING_VERSION = 0.6.2;
MARKETING_VERSION = 0.6.4;
ONLY_ACTIVE_ARCH = NO;
OTHER_LDFLAGS = (
"$(inherited)",
Expand Down
79 changes: 52 additions & 27 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zeus",
"version": "0.6.2",
"version": "0.6.4",
"private": true,
"playStore": false,
"jest": {
Expand Down

0 comments on commit a75d17c

Please sign in to comment.