Skip to content

Commit

Permalink
v0.2.3f: final commit
Browse files Browse the repository at this point in the history
  • Loading branch information
00-Evan committed Jan 27, 2015
1 parent c105f65 commit 11d550c
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions 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="31"
android:versionName="0.2.3e"
android:versionCode="32"
android:versionName="0.2.3f"
android:installLocation="auto">

<uses-permission android:name="android.permission.VIBRATE"/>
Original file line number Diff line number Diff line change
@@ -34,10 +34,11 @@ public class WelcomeScene extends PixelScene {
"-Second QuickSlot!\n\n-Rankings Page Reworked\n\n-You can now donate to support the game, press the donate button for more info!";

private static final String TXT_SameVer =
"v0.2.3a and v0.2.3b fix some crash bugs players were experiencing, make sure to report any issues if you are still having them!\n\n" +
"v0.2.3a and v0.2.3b fix some crash bugs players were experiencing.\n\n" +
"v0.2.3c fixes numerous issues, and gives some buffs to two of the new artifacts.\n\n" +
"v0.2.3d fixes numerous bugs, both from this release and older ones.\n\n" +
"v0.2.3e fixes some bugs, and adds a couple new features!\n-Second QuickSlot!\n-night mode is now a level feel, time of day no longer affects gameplay.";
"v0.2.3e fixes some bugs, and adds a couple new features!\n-Second QuickSlot!\n-night mode is now a level feel, time of day no longer affects gameplay.\n\n" +
"v0.2.3f fixes more bugs. Next update is 0.2.4, which will incorporate the new 1.7.5 source, degredation will not be included.";

private static final String TXT_Future =
"It seems that your current saves are from a future version of Shattered Pixel Dungeon!\n\n"+

0 comments on commit 11d550c

Please sign in to comment.