Skip to content

Commit

Permalink
v0.4.2b: manifest commit
Browse files Browse the repository at this point in the history
  • Loading branch information
00-Evan committed Sep 16, 2016
1 parent 0688896 commit d0b0f42
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions core/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.shatteredpixel.shatteredpixeldungeon"
android:versionCode="127"
android:versionName="0.4.2a"
android:versionCode="129"
android:versionName="0.4.2b"
android:installLocation="auto">

<uses-permission android:name="android.permission.VIBRATE"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,11 @@
public class ChangesScene extends PixelScene {

private static final String TXT_Update =
"_v0.4.2b:_\n" +
"- Various bug fixes\n" +
"- Improved visual clarity of low hp warning\n" +
"\n" +
"_v0.4.2a:_\n" +
"- Various crash fixes\n" +
"- Improved visual clarity on gas particles\n" +
"\n" +
"_v0.4.2:_\n" +
Expand Down

0 comments on commit d0b0f42

Please sign in to comment.