Skip to content

Commit

Permalink
Version bump: v0.9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
kaloudis committed Feb 7, 2025
1 parent 11a5fcb commit cbd5fce
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@ android {
applicationId "app.zeusln.zeus"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 98
versionName "0.9.5"
versionCode 99
versionName "0.9.6"
multiDexEnabled true
}
signingConfigs {
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 @@ -1837,7 +1837,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 0.9.5;
MARKETING_VERSION = 0.9.6;
ONLY_ACTIVE_ARCH = YES;
OTHER_LDFLAGS = (
"-ObjC",
Expand Down Expand Up @@ -1882,7 +1882,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 0.9.5;
MARKETING_VERSION = 0.9.6;
ONLY_ACTIVE_ARCH = NO;
OTHER_LDFLAGS = (
"$(inherited)",
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": "zeus",
"version": "0.9.5",
"version": "0.9.6",
"private": true,
"jest": {
"preset": "react-native",
Expand Down

0 comments on commit cbd5fce

Please sign in to comment.