git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4421 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
Cory McWilliams 2023-08-23 22:37:15 +00:00
parent 01637b31e1
commit b7362dd84d
2 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.unprompted.tildefriends"
versionCode="10"
versionName="0.0.10-wip">
versionName="0.0.10">
<uses-sdk android:minSdkVersion="28"/>
<uses-permission android:name="android.permission.INTERNET"/>
<application android:label="Tilde Friends" android:usesCleartextTraffic="true" android:debuggable="true">

View File

@ -1,3 +1,3 @@
#define VERSION_NUMBER "0.0.10-wip"
#define VERSION_NAME "Pride is not the opposite of shame, but its source."
#define VERSION_NUMBER "0.0.10"
#define VERSION_NAME "Pride is not the opposite of shame but its source."