Skip to content

Commit

Permalink
v1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
juh9870 committed Nov 21, 2021
1 parent fec09e5 commit 3bae860
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ allprojects {
appName = 'Too Cruel Pixel Dungeon'
appPackageName = 'ua.dreamfools.toocruelpixeldungeon'

appVersionCode = 578
appVersionName = '1.0.3'
appVersionCode = 579
appVersionName = '1.0.4'

appJavaCompatibility = JavaVersion.VERSION_1_8

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,9 @@ public static void add_v1_0_0_Changes(ArrayList<ChangeInfo> changeInfos) {
));

changes.addButton(new ChangeButton(new Image(Assets.Sprites.SPINNER, 144, 0, 16, 16), Messages.get(ChangesScene.class, "bugfixes"),
"_-_ Fixed slow enemies glitch"
"_-_ Fixed slow enemies glitch\n" +
"_-_ Fixed Mirror Wrath perish time\n" +
"_-_ Fixed Countdown icon fade"
));

changes = new ChangeInfo("v1.0.3", false, "");
Expand Down

0 comments on commit 3bae860

Please sign in to comment.