Skip to content

Commit

Permalink
changed version (1.0 -> 1.0.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
Darmo117 committed Aug 30, 2017
1 parent a59aa6f commit 438cbf7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apply plugin: 'java'
apply plugin: 'eclipse'

version = '1.0'
version = '1.0.1'
sourceCompatibility = 1.8
targetCompatibility = 1.8

Expand Down
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, false);
public static final Version CURRENT_VERSION = new Version(1, 0, 1, false);

@Override
public String getName() {
Expand Down

0 comments on commit 438cbf7

Please sign in to comment.