From 3db80216a40bef58433e55c3c32f051fa92c74ee Mon Sep 17 00:00:00 2001 From: "Nut.andor" Date: Sun, 21 May 2023 18:19:09 +0200 Subject: [PATCH] version --- AndorsTrail/app/src/main/AndroidManifest.xml | 2 +- .../com/gpl/rpg/AndorsTrail/AndorsTrailApplication.java | 2 +- AndorsTrail/play/listings/en-US/whatsnew.txt | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/AndorsTrail/app/src/main/AndroidManifest.xml b/AndorsTrail/app/src/main/AndroidManifest.xml index 17a8a7e28..88567674c 100644 --- a/AndorsTrail/app/src/main/AndroidManifest.xml +++ b/AndorsTrail/app/src/main/AndroidManifest.xml @@ -4,7 +4,7 @@ xmlns:android="http://schemas.android.com/apk/res/android" package="com.gpl.rpg.AndorsTrail" android:versionCode="72" - android:versionName="0.8.7" + android:versionName="0.8.6.1" android:installLocation="auto" > diff --git a/AndorsTrail/app/src/main/java/com/gpl/rpg/AndorsTrail/AndorsTrailApplication.java b/AndorsTrail/app/src/main/java/com/gpl/rpg/AndorsTrail/AndorsTrailApplication.java index 5a681c024..e12efda9b 100644 --- a/AndorsTrail/app/src/main/java/com/gpl/rpg/AndorsTrail/AndorsTrailApplication.java +++ b/AndorsTrail/app/src/main/java/com/gpl/rpg/AndorsTrail/AndorsTrailApplication.java @@ -28,7 +28,7 @@ public final class AndorsTrailApplication extends Application { public static final boolean DEVELOPMENT_FASTSPEED = false; public static final boolean DEVELOPMENT_VALIDATEDATA = false; public static final boolean DEVELOPMENT_DEBUGMESSAGES = false; - public static final String CURRENT_VERSION_DISPLAY = "0.8.7"; + public static final String CURRENT_VERSION_DISPLAY = "0.8.6.1"; public static final boolean IS_RELEASE_VERSION = !CURRENT_VERSION_DISPLAY.matches(".*[a-d].*"); public static final boolean DEVELOPMENT_INCOMPATIBLE_SAVEGAMES = DEVELOPMENT_DEBUGRESOURCES || DEVELOPMENT_DEBUGBUTTONS || DEVELOPMENT_FASTSPEED || !IS_RELEASE_VERSION; public static final int DEVELOPMENT_INCOMPATIBLE_SAVEGAME_VERSION = 999; diff --git a/AndorsTrail/play/listings/en-US/whatsnew.txt b/AndorsTrail/play/listings/en-US/whatsnew.txt index 85e2aa5f8..479e9c02c 100644 --- a/AndorsTrail/play/listings/en-US/whatsnew.txt +++ b/AndorsTrail/play/listings/en-US/whatsnew.txt @@ -1,19 +1,19 @@ I put both (release notes + forum announcement) into this source, so it will be easier to maintain them parallel: -APK 72 (0.8.7) Another Ratdom bug fix +APK 72 (0.8.6.1) Another Ratdom bug fix Release notes ============= -* Not able to complete quest More rats! - fixed +* Fixed: Not able to complete quest "More rats!" * Translation updates -Forum announcement //2023-05-14 +Forum announcement //2023-05-21 ================== Hello adventurers, -we had to create another bug fix version (v0.8.7) +we had to create another bug fix version (v0.8.6.1) [list]In certain cases the quest "More rats!" could not be completed. [/list]