Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
GirafiStudios committed Aug 19, 2017
1 parent 7394eef commit 89916ac
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,4 +1,4 @@
minecraft_version=1.12.1
forge_version=14.22.0.2444
mappings_version=snapshot_20170805
mod_version=0.5.4
mod_version=0.5.5
2 changes: 1 addition & 1 deletion src/main/java/com/girafi/waddles/Waddles.java
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

import static net.minecraftforge.common.BiomeDictionary.Type.*;

@Mod(modid = Reference.MOD_ID, name = Reference.MOD_NAME, version = Reference.MOD_VERSION, dependencies = Reference.DEPENDENCIES, guiFactory = Reference.GUI_FACTORY_CLASS)
@Mod(modid = Reference.MOD_ID, name = Reference.MOD_NAME, version = Reference.MOD_VERSION, dependencies = Reference.DEPENDENCIES, acceptedMinecraftVersions = "[1.12,1.13)", guiFactory = Reference.GUI_FACTORY_CLASS)
public class Waddles {
@Mod.Instance(Reference.MOD_ID)
public static Waddles instance;
Expand Down

0 comments on commit 89916ac

Please sign in to comment.