diff --git a/GNUmakefile b/GNUmakefile index 14f8fe78..0e132110 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -4,8 +4,8 @@ MAKEFLAGS += --warn-undefined-variables MAKEFLAGS += --no-builtin-rules VERSION_CODE := 20 -VERSION_NUMBER := 0.0.20-wip -VERSION_NAME := One word all lowercase four words all uppercase. +VERSION_NUMBER := 0.0.20 +VERSION_NAME := They gave you a small cup. SQLITE_URL := https://www.sqlite.org/2024/sqlite-amalgamation-3460000.zip LIBUV_URL := https://dist.libuv.org/dist/v1.48.0/libuv-v1.48.0.tar.gz diff --git a/default.nix b/default.nix index a8fa4e71..d959ae3f 100644 --- a/default.nix +++ b/default.nix @@ -21,7 +21,7 @@ }: pkgs.stdenv.mkDerivation rec { pname = "tildefriends"; - version = "0.0.19"; + version = "0.0.20"; src = pkgs.fetchFromGitea { domain = "dev.tildefriends.net"; diff --git a/src/android/AndroidManifest.xml b/src/android/AndroidManifest.xml index 81fa2a0b..0dac6dec 100644 --- a/src/android/AndroidManifest.xml +++ b/src/android/AndroidManifest.xml @@ -2,7 +2,7 @@ + android:versionName="0.0.20">