Skip to content

Commit

Permalink
Version bump: v0.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kaloudis committed Dec 5, 2024
1 parent 72f71f6 commit 8e953d6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 95
versionName "0.9.3-rc1"
versionCode 96
versionName "0.9.3"
multiDexEnabled true
}
signingConfigs {
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.3-rc1",
"version": "0.9.3",
"private": true,
"jest": {
"preset": "react-native",
Expand Down

0 comments on commit 8e953d6

Please sign in to comment.