build: Let's build 0.0.29.
All checks were successful
Build Tilde Friends / Build-All (push) Successful in 30m5s

This commit is contained in:
Cory McWilliams 2025-03-26 12:28:06 -04:00
parent fa7aef0c37
commit db9bf7f7bd
4 changed files with 4 additions and 3 deletions

View File

@ -18,7 +18,7 @@ MAKEFLAGS += --no-builtin-rules
VERSION_CODE := 34
VERSION_CODE_IOS := 11
VERSION_NUMBER := 0.0.29-wip
VERSION_NUMBER := 0.0.29
VERSION_NAME := This program kills fascists.
IPHONEOS_VERSION_MIN=14.0

View File

@ -8,3 +8,4 @@
* Other crash fixes and performance improvements.
* Updates:
* CodeMirror
* w3.css

View File

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

View File

@ -1,2 +1,2 @@
#define VERSION_NUMBER "0.0.29-wip"
#define VERSION_NUMBER "0.0.29"
#define VERSION_NAME "This program kills fascists."