Skip to content

Commit

Permalink
changed version (1.0d -> 1.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
Darmo117 committed Aug 30, 2017
1 parent 8303c9d commit 09daea4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
import net.darmo_creations.utils.version.Version;

public class Minesweeper implements Application {
public static final Version CURRENT_VERSION = new Version(1, 0, 0, true);
public static final Version CURRENT_VERSION = new Version(1, 0, 0, false);

@Override
public String getName() {
Expand All @@ -41,7 +41,7 @@ public Version getCurrentVersion() {

@Override
public void preInit() {
WritableConfig.registerTag(ConfigTags.TABLET_MODE, false);
WritableConfig.registerTag(ConfigTags.BIG_BUTTONS, false);
}

@Override
Expand Down

0 comments on commit 09daea4

Please sign in to comment.