Skip to content

Commit

Permalink
Fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
strubium committed Jun 1, 2024
1 parent 5ac5ae4 commit 4805e2c
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
@@ -1,5 +1,5 @@
modname=TheOneSmeagle
version=1.12-Dev-3
version=1.12-Dev-4
curse_type=release
projectId=245211
github_project=strubium/TheOneSmeagle
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/mcjty/theoneprobe/TheOneProbe.java
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
guiFactory = "mcjty.theoneprobe.config.TopModGuiFactory")
public class TheOneProbe {
public static final String MODID = "theoneprobe";
public static final String VERSION = "Dev-3";
public static final String VERSION = "1.4.28";
public static final String MIN_FORGE11_VER = "13.19.0.2176";

@SidedProxy(clientSide="mcjty.theoneprobe.setup.ClientProxy", serverSide="mcjty.theoneprobe.setup.ServerProxy")
Expand Down

0 comments on commit 4805e2c

Please sign in to comment.