Skip to content

Commit

Permalink
Updated version info and credits
Browse files Browse the repository at this point in the history
  • Loading branch information
hexensemble committed May 15, 2019
1 parent 4fafc88 commit b59829b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions core/src/com/hexensemble/mildred/states/CreditsState.java
Expand Up @@ -18,7 +18,7 @@
*
* @author HexEnsemble
* @author www.hexensemble.com
* @version Beta 2.0.0
* @version 1.0.1
* @since Alpha 1.2.0
*/
public class CreditsState extends State {
Expand All @@ -32,7 +32,7 @@ public class CreditsState extends State {
public static final String ART = "Art";
public static final String ARTIST = "DENZI";
public static final String MUSIC = "Music & Sound";
public static final String MUSICIAN = "The Jezter";
public static final String MUSICIAN = "JZTR";
public static final String COPYRIGHT = CoreSettings.COPYRIGHT;
public static final String ART_LICENCE_1 = "DENZI's artwork used under a Creative Commons Licence:";
public static final String ART_LICENCE_2 = "Attribution-ShareAlike 3.0 Unported.";
Expand Down
4 changes: 2 additions & 2 deletions core/src/com/hexensemble/mildred/system/CoreSettings.java
Expand Up @@ -31,12 +31,12 @@ public class CoreSettings {
/**
* Version.
*/
public static final String VERSION = "Version 1.0.0";
public static final String VERSION = "Version 1.0.1";

/**
* Version date.
*/
public static final String DATE = "19-APR-2016";
public static final String DATE = "15-May-2019";

/**
* Copyright.
Expand Down

0 comments on commit b59829b

Please sign in to comment.