Skip to content

Commit

Permalink
0.0.8-pre5
Browse files Browse the repository at this point in the history
  • Loading branch information
My-Name-Is-Jeff committed Feb 28, 2021
1 parent 29976c4 commit 969a931
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.0.8-pre4"
version = "0.0.8-pre5"
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 @@ -39,7 +39,7 @@
public class Skytils {
public static final String MODID = "skytils";
public static final String MOD_NAME = "Skytils";
public static final String VERSION = "0.0.8-pre4";
public static final String VERSION = "0.0.8-pre5";
public static final Minecraft mc = Minecraft.getMinecraft();

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

0 comments on commit 969a931

Please sign in to comment.