Skip to content

Commit 4e11d3d

Browse files
Update versionCode and versionName in AndroidManifest
1 parent b1e4e54 commit 4e11d3d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/src/main/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<manifest
33
package="io.github.landwarderer.futon"
4-
android:versionCode="90607"
5-
android:versionName="9.6.7"
4+
android:versionCode="90608"
5+
android:versionName="9.6.8"
66
xmlns:android="http://schemas.android.com/apk/res/android"
77
xmlns:tools="http://schemas.android.com/tools">
88

0 commit comments

Comments
 (0)