Skip to content

Commit

Permalink
1.0.4: wrapping up
Browse files Browse the repository at this point in the history
  • Loading branch information
TrashboxBobylev committed Dec 23, 2021
1 parent 3c71608 commit cef20c8
Show file tree
Hide file tree
Showing 2 changed files with 11 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 = 'Shorter Pixel Dungeon'
appPackageName = 'com.trashboxbobylev.shorterpd'

appVersionCode = 577
appVersionName = 'Short-1.0.3'
appVersionCode = 578
appVersionName = 'Short-1.0.4'

appJavaCompatibility = JavaVersion.VERSION_1_8

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,15 @@
public class v1_X_Changes {

public static void addAllChanges( ArrayList<ChangeInfo> changeInfos ){
ChangeInfo changes = new ChangeInfo("Short-1.0.3", true, "");
ChangeInfo changes = new ChangeInfo("Short-1.0.4", true, "");
changes.hardlight(0xCCCCCC);
changeInfos.add(changes);
changes.addButton( new ChangeButton(Icons.get(Icons.SHORTER_CHEST), "Developer Commentary",
"_-_ Released December 23th, 2021"));
changes.addButton(new ChangeButton(Icons.get(Icons.SHPX), "ShatteredPD",
"_-_ Ported everything from Shattered 1.1."));

changes = new ChangeInfo("Short-1.0.3", true, "");
changes.hardlight(0xCCCCCC);
changeInfos.add(changes);
changes.addButton( new ChangeButton(Icons.get(Icons.SHORTER_CHEST), "Developer Commentary",
Expand Down

0 comments on commit cef20c8

Please sign in to comment.