diff options
Diffstat (limited to 'me/Danker/TheMod.java')
-rw-r--r-- | me/Danker/TheMod.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/me/Danker/TheMod.java b/me/Danker/TheMod.java index 5fdaeaa..76e367e 100644 --- a/me/Danker/TheMod.java +++ b/me/Danker/TheMod.java @@ -41,7 +41,7 @@ import net.minecraftforge.fml.common.eventhandler.SubscribeEvent; public class TheMod { public static final String MODID = "Danker's Skyblock Mod"; - public static final String VERSION = "1.4.5"; + public static final String VERSION = "1.5.1"; static int checkItemsNow = 0; static int itemsChecked = 0; |