Skip to content

Commit

Permalink
Bump version to 0.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
connorslade committed Jun 28, 2024
1 parent b36f18e commit a2aa81f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ minecraft_version=1.21
yarn_mappings=1.21+build.4
loader_version=0.15.11
# Mod Properties
mod_version=0.1.9-alpha
mod_version=0.1.10-alpha
maven_group=com.connorcode
archives_base_name=sigma-utils
# Dependencies
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/connorcode/sigmautils/SigmaUtils.java
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

@Environment(EnvType.CLIENT)
public class SigmaUtils implements ClientModInitializer {
public static final String VERSION = "0.1.9-alpha";
public static final String VERSION = "0.1.10-alpha";
public static final MinecraftClient client = MinecraftClient.getInstance();
public static final Logger logger = LogUtils.getLogger();

Expand Down

0 comments on commit a2aa81f

Please sign in to comment.