Skip to content

Commit

Permalink
0.0.8-pre7
Browse files Browse the repository at this point in the history
  • Loading branch information
My-Name-Is-Jeff committed Mar 2, 2021
1 parent 2485cfe commit 0a47e0b
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-pre6"
version = "0.0.8-pre7"
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-pre6";
public static final String VERSION = "0.0.8-pre7";
public static final Minecraft mc = Minecraft.getMinecraft();

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

0 comments on commit 0a47e0b

Please sign in to comment.