Skip to content

Commit

Permalink
updated version number
Browse files Browse the repository at this point in the history
  • Loading branch information
kerbybit committed Sep 21, 2019
1 parent 1d87387 commit b58f5fd
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 @@ -26,7 +26,7 @@ plugins {

sourceCompatibility = targetCompatibility = 1.8

version = "1.4"
version = "1.5"
group= "com.kerbybit.minecwaft" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
archivesBaseName = "MinecwaftOwO"

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/kerbybit/minecwaft/MinecwaftOwO.java
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
@Mod(modid = MinecwaftOwO.MODID, version = MinecwaftOwO.VERSION)
public class MinecwaftOwO {
static final String MODID = "MinecwaftOwO";
static final String VERSION = "1.4";
static final String VERSION = "1.5";
public static boolean toggled = true;

private static float ticks = 0;
Expand Down

0 comments on commit b58f5fd

Please sign in to comment.