diff --git a/GNUmakefile b/GNUmakefile index 55ee768e..e6fd9f18 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -3,8 +3,8 @@ MAKEFLAGS += --warn-undefined-variables MAKEFLAGS += --no-builtin-rules -VERSION_CODE := 28 -VERSION_NUMBER := 0.0.24-wip +VERSION_CODE := 29 +VERSION_NUMBER := 0.0.24 VERSION_NAME := Honey bunches of boats. SQLITE_URL := https://www.sqlite.org/2024/sqlite-amalgamation-3470000.zip diff --git a/src/android/AndroidManifest.xml b/src/android/AndroidManifest.xml index 6716482d..127c24dc 100644 --- a/src/android/AndroidManifest.xml +++ b/src/android/AndroidManifest.xml @@ -1,8 +1,8 @@ + android:versionCode="29" + android:versionName="0.0.24">