fix version number on Linux, MacOS and Android

This commit is contained in:
AlexandreRouma
2024-05-29 00:56:56 +02:00
parent 18300e8916
commit 762444d340
3 changed files with 3 additions and 3 deletions

View File

@ -10,7 +10,7 @@ android {
minSdkVersion 28
targetSdkVersion 28
versionCode 1
versionName "1.1.0"
versionName "1.2.0"
externalNativeBuild {
cmake {