Skip to content

Commit

Permalink
Change version
Browse files Browse the repository at this point in the history
  • Loading branch information
Yeregorix committed Oct 14, 2019
1 parent d77a999 commit 3b6ee7e
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
Expand Up @@ -25,7 +25,7 @@ plugins {
}

group 'net.smoofyuniverse'
version = '1.0.8'
version = '1.0.9'

sourceCompatibility = 1.8
targetCompatibility = 1.8
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/net/smoofyuniverse/chaos/Chaos.java
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public class Chaos extends Application {
private UserInterface ui;

public Chaos(Arguments args) {
super(args, "Chaos", "1.0.8");
super(args, "Chaos", "1.0.9");
}

@Override
Expand Down

0 comments on commit 3b6ee7e

Please sign in to comment.