Skip to content

Commit

Permalink
v0.6.0b: manifest commit
Browse files Browse the repository at this point in the history
  • Loading branch information
00-Evan committed Jun 11, 2017
1 parent 0cc15d9 commit e7117d6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 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="183"
android:versionName="0.6.0a"
android:versionCode="185"
android:versionName="0.6.0b"
android:installLocation="auto">

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

private static final String TXT_Update =
"_v0.6.0b:_\n" +
"_-_ Additional bug and crash fixes\n" +
"\n"+
"_v0.6.0a:_\n" +
"_-_ Various bug and crash fixes\n" +
"_-_ Resume indicator now appears in more cases\n" +
Expand Down

0 comments on commit e7117d6

Please sign in to comment.