Skip to content

Commit

Permalink
v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DC37 committed Mar 4, 2019
1 parent 84bf411 commit bd9b108
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Super Mario Paint
==========
* Current Version: 1.1.2
* Current Version: 1.2.0

Help would be very much appreciated! If you manage to debug something, submit a pull request and I'll review it and (hopefully) merge it in.

Expand All @@ -15,6 +15,7 @@ Accepting cryptocurrency donations!
Major Releases:
-----
See "Version History.txt" for semantic versioning and more release notes.
* March 4, 2019 - v1.2.0 release
* February 4, 2018 - v1.1.1 release
* January 29, 2018 - First relatively major functionality upgrade, v1.1.0
* June 2017 - Addition of team member j574y923
Expand Down
2 changes: 1 addition & 1 deletion Version History.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
v1.1.2
v1.2.0
FIXES
Fixed song name text field focus issues--click anywhere other than the text field to defocus it
NEW FEATURES
Expand Down
2 changes: 1 addition & 1 deletion src/smp/SuperMarioPaint.java
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
* @author j574y923
*
* @since 2012.08.16
* @version 1.1.2
* @version 1.2.0
*/
public class SuperMarioPaint extends Application {

Expand Down
2 changes: 1 addition & 1 deletion src/smp/TestMain.java
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
* @author j574y923
*
* @since 2012.08.16
* @version 1.1.1
* @version 1.2.0
*/
public class TestMain extends Application {

Expand Down
2 changes: 1 addition & 1 deletion src/smp/stateMachine/Settings.java
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
public class Settings {

/** The current version number of this program. */
public final static String version = "v1.1.2";
public final static String version = "v1.2.0";

/** The name of the file that we write to. */
private final static String settingsFile = "settings.data";
Expand Down

0 comments on commit bd9b108

Please sign in to comment.