diff --git a/app/build.gradle b/app/build.gradle index 86b99ca..8442769 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -56,8 +56,8 @@ android { applicationId "org.blastmud.game" minSdkVersion 19 targetSdkVersion 33 - versionCode 6 - versionName "5" + versionCode 10 + versionName "6" // The name for the application resValue "string", "appName", twaManifest.name diff --git a/manifest-checksum.txt b/manifest-checksum.txt index 844de2a..761ef3e 100644 --- a/manifest-checksum.txt +++ b/manifest-checksum.txt @@ -1 +1 @@ -e2685be05360eef4c2333eec0e5964e9082d2fe9 \ No newline at end of file +d3646cbeeecc32181c5e0d69454a9b727af86ad5 \ No newline at end of file diff --git a/twa-manifest.json b/twa-manifest.json index 2ead7c6..69096bd 100644 --- a/twa-manifest.json +++ b/twa-manifest.json @@ -20,8 +20,8 @@ "path": "../../../android.keystore", "alias": "upload" }, - "appVersionName": "5", - "appVersionCode": 6, + "appVersionName": "6", + "appVersionCode": 10, "shortcuts": [], "generatorApp": "bubblewrap-cli", "webManifestUrl": "https://www.blastmud.org/manifest.json", @@ -39,5 +39,5 @@ "fingerprints": [], "additionalTrustedOrigins": [], "retainedBundles": [], - "appVersion": "5" + "appVersion": "6" } \ No newline at end of file