Skip to content

Commit

Permalink
Cursor thread update version
Browse files Browse the repository at this point in the history
  • Loading branch information
DC37 committed Jun 24, 2020
1 parent db331c3 commit 542f452
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Super Mario Paint
==========
* Current Version: 1.4.1
* Current Version: 1.4.2

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 Down
4 changes: 4 additions & 0 deletions Version History.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ Major = Non-backwards compatible changes made
Minor = Backwards compatible *new feature* added
Bugfix

v1.4.2
Giant Mario Paint
Thread safety of cursor implementation improved through pre-loading images into RAM

v1.4.1
Giant Mario Paint
Hit stop button to stop all sounds from playing.
Expand Down
2 changes: 1 addition & 1 deletion src/smp/SuperMarioPaint.java
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
* @author seymour
*
* @since 2012.08.16
* @version 1.4.1
* @version 1.4.2
*/
public class SuperMarioPaint 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.4.1";
public final static String version = "v1.4.2";

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

0 comments on commit 542f452

Please sign in to comment.