Skip to content

Commit 912b6cb

Browse files
committed
Version bump: v0.9.4
1 parent 5968a97 commit 912b6cb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

android/app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,8 @@ android {
100100
applicationId "app.zeusln.zeus"
101101
minSdkVersion rootProject.ext.minSdkVersion
102102
targetSdkVersion rootProject.ext.targetSdkVersion
103-
versionCode 96
104-
versionName "0.9.4-rc1"
103+
versionCode 97
104+
versionName "0.9.4"
105105
multiDexEnabled true
106106
}
107107
signingConfigs {

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "zeus",
3-
"version": "0.9.4-rc1",
3+
"version": "0.9.4",
44
"private": true,
55
"jest": {
66
"preset": "react-native",

0 commit comments

Comments
 (0)