forked from cory/tildefriends
		
	Let's release 0.0.20.
This commit is contained in:
		| @@ -4,8 +4,8 @@ MAKEFLAGS += --warn-undefined-variables | |||||||
| MAKEFLAGS += --no-builtin-rules | MAKEFLAGS += --no-builtin-rules | ||||||
|  |  | ||||||
| VERSION_CODE := 20 | VERSION_CODE := 20 | ||||||
| VERSION_NUMBER := 0.0.20-wip | VERSION_NUMBER := 0.0.20 | ||||||
| VERSION_NAME := One word all lowercase four words all uppercase. | VERSION_NAME := They gave you a small cup. | ||||||
|  |  | ||||||
| SQLITE_URL := https://www.sqlite.org/2024/sqlite-amalgamation-3460000.zip | 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 | LIBUV_URL := https://dist.libuv.org/dist/v1.48.0/libuv-v1.48.0.tar.gz | ||||||
|   | |||||||
| @@ -21,7 +21,7 @@ | |||||||
| }: | }: | ||||||
| pkgs.stdenv.mkDerivation rec { | pkgs.stdenv.mkDerivation rec { | ||||||
|   pname = "tildefriends"; |   pname = "tildefriends"; | ||||||
|   version = "0.0.19"; |   version = "0.0.20"; | ||||||
|  |  | ||||||
|   src = pkgs.fetchFromGitea { |   src = pkgs.fetchFromGitea { | ||||||
|     domain = "dev.tildefriends.net"; |     domain = "dev.tildefriends.net"; | ||||||
|   | |||||||
| @@ -2,7 +2,7 @@ | |||||||
| <manifest xmlns:android="http://schemas.android.com/apk/res/android" | <manifest xmlns:android="http://schemas.android.com/apk/res/android" | ||||||
| 	package="com.unprompted.tildefriends" | 	package="com.unprompted.tildefriends" | ||||||
| 	android:versionCode="20" | 	android:versionCode="20" | ||||||
| 	android:versionName="0.0.20-wip"> | 	android:versionName="0.0.20"> | ||||||
| 	<uses-sdk android:minSdkVersion="24" android:targetSdkVersion="34"/> | 	<uses-sdk android:minSdkVersion="24" android:targetSdkVersion="34"/> | ||||||
| 	<uses-permission android:name="android.permission.INTERNET"/> | 	<uses-permission android:name="android.permission.INTERNET"/> | ||||||
| 	<application | 	<application | ||||||
|   | |||||||
| @@ -1,2 +1,2 @@ | |||||||
| #define VERSION_NUMBER "0.0.20-wip" | #define VERSION_NUMBER "0.0.20" | ||||||
| #define VERSION_NAME "One word all lowercase four words all uppercase." | #define VERSION_NAME "They gave you a small cup." | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user