Skip to content

Commit 3a43178

Browse files
committed
bump version
1 parent a7a9493 commit 3a43178

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ project(
1111
'b_ndebug': 'if-release',
1212

1313
},
14-
version: '0.5.3',
14+
version: '0.5.4',
1515
)
1616

1717
subdir('tools/options')

platforms/android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ android {
6969
}
7070
minSdkVersion 21
7171
targetSdkVersion 34
72-
versionCode 4
73-
versionName "0.5.3"
72+
versionCode 5
73+
versionName "0.5.4"
7474
}
7575
buildTypes {
7676
release {

platforms/build-switch.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ libnx='$LIBNX'
101101
102102
APP_NAME = 'oopetris'
103103
APP_AUTHOR = 'coder2k'
104-
APP_VERSION = '0.5.3'
104+
APP_VERSION = '0.5.4'
105105
106106
USE_NACP = true
107107

0 commit comments

Comments
 (0)