Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
orbyfied committed Feb 14, 2022
1 parent 2b84454 commit ecaa5da
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 @@ -9,7 +9,7 @@ plugins {

ext {
mGroup = "com.github.orbyfied.ctm"
mVersion = "0.2.2R5"
mVersion = "0.3.0R1"
}

group rootProject.mGroup
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/github/orbyfied/ctm/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

public class Main {

public static final String VERSION = "0.2.2R5";
public static final String VERSION = "0.3.0R1";

public static Maker maker;
public static CtmGui gui;
Expand Down

0 comments on commit ecaa5da

Please sign in to comment.