Skip to content

Commit

Permalink
bump version number to 1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Ekwav committed Apr 2, 2023
1 parent 979448f commit 2eb67cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
}

group = "de.torui.coflmod"
version = "1.5.0-alpha"
version = "1.5.2-alpha"

// Toolchains:
java {
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/de/torui/coflsky/CoflSky.java
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
@Mod(modid = CoflSky.MODID, version = CoflSky.VERSION)
public class CoflSky {
public static final String MODID = "CoflSky";
public static final String VERSION = "1.5.0-Alpha";
public static final String VERSION = "1.5.2-Alpha";

public static WSClientWrapper Wrapper;
public static KeyBinding[] keyBindings;
Expand Down

0 comments on commit 2eb67cb

Please sign in to comment.