Skip to content

Commit

Permalink
Bump mod version
Browse files Browse the repository at this point in the history
  • Loading branch information
connorslade committed Dec 30, 2023
1 parent 8b64585 commit 5179fd5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# SigmaUtils ![build](/~https://github.com/Basicprogrammer10/SigmaUtils/actions/workflows/build.yml/badge.svg) ![GitHub release (latest SemVer including pre-releases)](https://img.shields.io/github/v/release/Basicprogrammer10/SigmaUtils?include_prereleases) ![GitHub all releases](https://img.shields.io/github/downloads/Basicprogrammer10/SigmaUtils/total)

Requires: <kbd>[Minecraft 1.20.3](https://minecraft.wiki/w/Java_Edition_1.20.3)</kbd> <kbd>[Fabric API](https://modrinth.com/mod/fabric-api/version/0.91.1+1.20.3)</kbd>
Requires: <kbd>[Minecraft 1.20.4](https://minecraft.wiki/w/Java_Edition_1.20.4)</kbd> <kbd>[Fabric API](https://modrinth.com/mod/fabric-api/version/0.92.0+1.20.4)</kbd>

SigmaUtils is a utility mod for Minecraft 1.20.3.
SigmaUtils is a utility mod for Minecraft 1.20.4.
It is made up of 'modules', which are discrete features that can be toggled and configured.
By default, SigmaUtils changes nothing about the game, except adding a button to the title screen to open the config
GUI.
Expand Down
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.20.4
yarn_mappings=1.20.4+build.3
loader_version=0.15.3
# Mod Properties
mod_version=0.1.8-alpha
mod_version=0.1.9-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.8-alpha";
public static final String VERSION = "0.1.9-alpha";
public static final MinecraftClient client = MinecraftClient.getInstance();
public static final Logger logger = LogUtils.getLogger();

Expand Down

0 comments on commit 5179fd5

Please sign in to comment.