Skip to content

Commit

Permalink
Finalized A4.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hhaslam11 committed Jul 27, 2016
1 parent ce34efd commit 02ce618
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions src/com/hotmail/kalebmarc/textfighter/main/Version.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
class Version {
private Version(){}

private static final String VERSION = "4.7.1DEV";
private static final String VERSION = "4.7.1";

private static final String STAGE = "Alpha";

Expand All @@ -17,18 +17,11 @@ private Version(){}
+ "and will contain lots of bugs and missing features.";

private static final String CHANGE_LOG = ""
+ "(Not compatible with previous saves)\n\n"

+ "New Stuff:\n"
+ "-\n"
+ "-\n"
+ "-\n"
+ "-\n"
+ "-\n\n"
+ "(Compatible with previous saves)\n\n"

+ "Bug Fixes:\n"
+ "-\n"
+ " ";
+ "- Player takes twice as much damage than supposed to\n"
+ "- Issue with buying certain weapons, buying ammo and equipping certain weapons";

public static String get(){
return VERSION;
Expand Down

0 comments on commit 02ce618

Please sign in to comment.