Skip to content
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
ephys committed Sep 20, 2014
1 parent a3f2484 commit db30ae9
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 @@ -6,7 +6,7 @@ ext {

_ts_mantle_version = "0.3.1.jenkins176"
_ts_tcon_version = "1.6.0.build602"
_ts_steelworks_version = "1.0.4"
_ts_steelworks_version = "1.0.5"

_ts_waila_version = "1.5.3_1.7.10"
_ts_ccc_version = "1.0.2.9" // CodeChickenCore
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/tsteelworks/lib/TSRepo.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
public class TSRepo {
public static final String MOD_ID = "TSteelworks";
public static final String MOD_NAME = "Tinkers' Steelworks";
public static final String MOD_VER = "1.7.10-1.0.4";
public static final String MOD_VER = "1.7.10-1.0.5";
public static final String MOD_SERV_PROXY = "tsteelworks.common.core.TSCommonProxy";
public static final String MOD_CLIENT_PROXY = "tsteelworks.client.core.TSClientProxy";
public static final String MOD_REQUIRE = "required-after:TConstruct;required-after:Forge@[10.13,);required-after:cookiecore@[1.3.0,);after:CoFHCore,NotEnoughItems";
Expand Down

0 comments on commit db30ae9

Please sign in to comment.