Skip to content

Commit

Permalink
Upgrade and version bump to 10.4
Browse files Browse the repository at this point in the history
  • Loading branch information
bonii-xx committed Jul 24, 2016
1 parent 4eb06b1 commit 16aef60
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.properties
@@ -1,4 +1,4 @@
mod_version=0.10.3
mod_version=0.10.4
minecraft_version=1.10.2
forge_version=12.18.1.2011
mappings=snapshot_20160701
Expand Down
4 changes: 2 additions & 2 deletions src/main/java/slimeknights/mantle/Mantle.java
Expand Up @@ -20,8 +20,8 @@
@Mod(modid = Mantle.modId,
name = Mantle.modName,
version = Mantle.modVersion,
dependencies = "required-after:Forge@[12.17.0.1937,)",
acceptedMinecraftVersions = "[1.9.4,1.10)")
dependencies = "required-after:Forge@[12.18.1.2011,)",
acceptedMinecraftVersions = "[1.10.2,1.11)")
public class Mantle {

public static final String modId = "mantle";
Expand Down

0 comments on commit 16aef60

Please sign in to comment.