v2.2.0: updated version and changelog for beta-0.3
This commit is contained in:
@@ -14,8 +14,8 @@ allprojects {
|
||||
appName = 'Shattered Pixel Dungeon'
|
||||
appPackageName = 'com.shatteredpixel.shatteredpixeldungeon'
|
||||
|
||||
appVersionCode = 741
|
||||
appVersionName = '2.2.0-BETA-0.2'
|
||||
appVersionCode = 742
|
||||
appVersionName = '2.2.0-BETA-0.3'
|
||||
|
||||
appJavaCompatibility = JavaVersion.VERSION_1_8
|
||||
|
||||
|
||||
@@ -80,10 +80,17 @@ public class v2_X_Changes {
|
||||
changes.hardlight(Window.TITLE_COLOR);
|
||||
changeInfos.add(changes);
|
||||
|
||||
changes = new ChangeInfo("", false, null);
|
||||
changes = new ChangeInfo("BETA-0.3", false, null);
|
||||
changes.hardlight(Window.TITLE_COLOR);
|
||||
changeInfos.add(changes);
|
||||
|
||||
changes.addButton(new ChangeButton(new Image(Assets.Sprites.SPINNER, 144, 0, 16, 16), Messages.get(ChangesScene.class, "bugfixes"),
|
||||
"Fixed the following bugs:\n" +
|
||||
"_Caused by BETA:_\n" +
|
||||
"_-_ Further random uncommon crash issues (I hope)\n" +
|
||||
"_-_ Error with armor descriptions in Korean\n" +
|
||||
"_-_ A few minor textual errors"));
|
||||
|
||||
changes = new ChangeInfo("BETA-0.2", false, null);
|
||||
changes.hardlight(Window.TITLE_COLOR);
|
||||
changeInfos.add(changes);
|
||||
|
||||
Reference in New Issue
Block a user