Skip to content

Commit

Permalink
0.1.2-pre4
Browse files Browse the repository at this point in the history
  • Loading branch information
My-Name-Is-Jeff committed Mar 14, 2021
1 parent bea8b2c commit 39b554f
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 @@ -18,7 +18,7 @@ buildscript {
apply plugin: "net.minecraftforge.gradle.forge"
apply plugin: "org.spongepowered.mixin"

version = "0.1.2-pre3"
version = "0.1.2-pre4"
group = "skytils.skytilsmod"
archivesBaseName = "Skytils"

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/skytils/skytilsmod/Skytils.java
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
public class Skytils {
public static final String MODID = "skytils";
public static final String MOD_NAME = "Skytils";
public static final String VERSION = "0.1.2-pre3";
public static final String VERSION = "0.1.2-pre4";
public static final Minecraft mc = Minecraft.getMinecraft();

public static Config config = new Config();
Expand Down

0 comments on commit 39b554f

Please sign in to comment.