Skip to content

Commit

Permalink
Bump to 0.1.2.
Browse files Browse the repository at this point in the history
Signed-off-by: King Lemming <[email protected]>
  • Loading branch information
KingLemming committed Nov 28, 2017
1 parent 87fb110 commit bf4b74f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions build.properties
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Minecraft Version
mc_version=1.12
forge_version=14.21.1.2415
mappings=snapshot_20170624
mc_version=1.12.2
forge_version=14.23.1.2555
mappings=snapshot_20171003

# Mod Version
mod_version=0.1.1
mod_version=0.1.2

# Dependencies
rf_version=2.0.1.+
cofh_core_version=4.3.3.+
tf_version=2.3.3.+
cofh_core_version=4.3.7.+
tf_version=2.3.7.+
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public class ThermalCultivation {
public static final String MOD_ID = "thermalcultivation";
public static final String MOD_NAME = "Thermal Cultivation";

public static final String VERSION = "0.1.1";
public static final String VERSION = "0.1.2";
public static final String VERSION_MAX = "1.0.0";
public static final String VERSION_GROUP = "required-after:" + MOD_ID + "@[" + VERSION + "," + VERSION_MAX + ");";
public static final String UPDATE_URL = "https://raw.github.com/cofh/version/master/" + MOD_ID + "_update.json";
Expand Down

0 comments on commit bf4b74f

Please sign in to comment.