Skip to content

Commit

Permalink
Finishing touched for A4.6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
hhaslam11 committed Jan 24, 2016
1 parent fce6f37 commit d3c0b08
Showing 1 changed file with 9 additions and 29 deletions.
38 changes: 9 additions & 29 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.6DEV";
private static final String VERSION = "4.6";

private static final String STAGE = "Alpha";

Expand All @@ -20,35 +20,15 @@ private Version(){}
+ "(Not compatible with previous saves)\n\n"

+ "New Stuff:\n"
+ "- \n"
+ "- \n"
+ "- \n"
+ "- \n"
+ "- \n"
+ "- \n"
+ "- \n"
+ "- \n"
+ "- \n"
+ "- \n"
+ "- \n"
+ "- \n"
+ "- \n"
+ "- \n"
+ "- \n"
+ "- \n"
+ "- \n"
+ "- \n"
+ "- \n"
+ "- \n"
+ "- \n\n"

+ "- Body armour\n"
+ "- Each gun has own ammo\n"
+ "- Able to buy custom ammo amount\n"
+ "- Remove Rifle And Knife\n"
+ "- Remove Crafting\n\n"

+ "Bug Fixes:\n"
+ "- \n"
+ "- \n"
+ "- \n"
+ "- \n"
+ "- \n"
+ "- ";
+ "- Fixed unexpected typo in Slot game\n"
+ "- Cleaned-up code";

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

0 comments on commit d3c0b08

Please sign in to comment.