Skip to content
This repository has been archived by the owner on Dec 9, 2020. It is now read-only.

Commit

Permalink
version update
Browse files Browse the repository at this point in the history
  • Loading branch information
symt committed Dec 3, 2019
1 parent dd316a2 commit 8ef7e21
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 @@ -21,7 +21,7 @@ compileJava {
sourceCompatibility = '1.8'
targetCompatibility = '1.8'
}
version = "1.0.0"
version = "1.0.1"
group= "io.github.symt"
archivesBaseName = "ZealotCounter"

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/io/github/symt/ZealotCounter.java
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
public class ZealotCounter {

static final String MODID = "ZealotCounter";
static final String VERSION = "1.0.0";
static final String VERSION = "1.0.1";
private static final String ZEALOT_PATH = "zealotcounter.dat";
static boolean loggedIn = false;
static boolean dragonsNest = false;
Expand Down

0 comments on commit 8ef7e21

Please sign in to comment.