Let's release 0.0.13.

git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4651 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
Cory McWilliams 2023-11-29 23:40:04 +00:00
parent 0dd0b835ec
commit 0fbc84d364
3 changed files with 5 additions and 5 deletions

View File

@ -4,8 +4,8 @@ MAKEFLAGS += --warn-undefined-variables
MAKEFLAGS += --no-builtin-rules
VERSION_CODE := 13
VERSION_NUMBER := 0.0.13-wip
VERSION_NAME := Where everybody knows your name.
VERSION_NUMBER := 0.0.13
VERSION_NAME := Served on grilled naan or gluten free sweet potato flatbread.
PROJECT = tildefriends
BUILD_DIR ?= out

View File

@ -2,7 +2,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.unprompted.tildefriends"
android:versionCode="13"
android:versionName="0.0.13-wip">
android:versionName="0.0.13">
<uses-sdk android:minSdkVersion="24" android:targetSdkVersion="34"/>
<uses-permission android:name="android.permission.INTERNET"/>
<application

View File

@ -1,2 +1,2 @@
#define VERSION_NUMBER "0.0.13-wip"
#define VERSION_NAME "Where everybody knows your name."
#define VERSION_NUMBER "0.0.13"
#define VERSION_NAME "Served on grilled naan or gluten free sweet potato flatbread."