1 Commits

Author SHA1 Message Date
5211786ba6 build: Make a new 0.2025.12.1 release without the .wasm file for F-Droid's sake.
All checks were successful
Build Tilde Friends / Build-Docs (push) Successful in 2m35s
Build Tilde Friends / Build-All (push) Successful in 10m25s
2026-01-02 13:17:32 -05:00
5 changed files with 7 additions and 7 deletions

View File

@@ -16,8 +16,8 @@ MAKEFLAGS += --no-builtin-rules
## LD := Linker.
## ANDROID_SDK := Path to the Android SDK.
VERSION_CODE := 49
VERSION_NUMBER := 0.2025.12
VERSION_CODE := 50
VERSION_NUMBER := 0.2025.12.1
VERSION_NAME := This program kills fascists.
IPHONEOS_VERSION_MIN=14.5

View File

@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.unprompted.tildefriends"
android:versionCode="49"
android:versionName="0.2025.12">
android:versionCode="50"
android:versionName="0.2025.12.1">
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
<uses-permission android:name="android.permission.INTERNET"/>
<application

View File

@@ -13,13 +13,13 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.2025.12</string>
<string>0.2025.12.1</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>iPhoneOS</string>
</array>
<key>CFBundleVersion</key>
<string>49</string>
<string>50</string>
<key>DTPlatformName</key>
<string>iphoneos</string>
<key>LSRequiresIPhoneOS</key>

View File

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