Skip to content

Commit 6ebb050

Browse files
committed
chore: bump version to 0.5.6
1 parent 85e61da commit 6ebb050

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

meson.build

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ project(
77
'buildtype': 'debug',
88
'optimization': '3',
99
'strip': true,
10-
'cpp_std': ['c++26', 'c++23', 'c++latest', 'vc++latest'],
10+
'cpp_std': ['c++23', 'c++latest', 'vc++latest', 'c++20'],
1111
'b_ndebug': 'if-release',
1212

1313
},
14-
version: '0.5.5',
14+
version: '0.5.6',
1515
)
1616

1717
oopetris_author = 'Coder2k'

platforms/android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ android {
219219
}
220220
minSdkVersion 21
221221
targetSdkVersion 34
222-
versionCode 6
222+
versionCode 7
223223
versionName(versionString)
224224
}
225225
buildTypes {

0 commit comments

Comments
 (0)