We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7a9493 commit 3a43178Copy full SHA for 3a43178
meson.build
@@ -11,7 +11,7 @@ project(
11
'b_ndebug': 'if-release',
12
13
},
14
- version: '0.5.3',
+ version: '0.5.4',
15
)
16
17
subdir('tools/options')
platforms/android/app/build.gradle
@@ -69,8 +69,8 @@ android {
69
}
70
minSdkVersion 21
71
targetSdkVersion 34
72
- versionCode 4
73
- versionName "0.5.3"
+ versionCode 5
+ versionName "0.5.4"
74
75
buildTypes {
76
release {
platforms/build-switch.sh
@@ -101,7 +101,7 @@ libnx='$LIBNX'
101
102
APP_NAME = 'oopetris'
103
APP_AUTHOR = 'coder2k'
104
-APP_VERSION = '0.5.3'
+APP_VERSION = '0.5.4'
105
106
USE_NACP = true
107
0 commit comments