Skip to content

Commit

Permalink
prepare for self-version-string-update
Browse files Browse the repository at this point in the history
  • Loading branch information
cvronmin committed Dec 10, 2016
1 parent cf525ba commit 544483e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ minecraft {
// simply re-run your setup task after changing the mappings to update your workspace.
mappings = "stable_29"
// makeObfSourceJar = false // an Srg named sources jar is made by default. uncomment this to disable.
replace "@version@", project.version
}

dependencies {
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/io/github/cvronmin/railwayp/Reference.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
public class Reference {
public static final String MODID = "railwayp";
public static final String NAME = "StatCraft";
public static final String VERSION = "1.3";
public static final String VERSION = "@version@";
public static final String CPROXY = "io.github.cvronmin.railwayp.client" + ".ClientProxy";
public static final String SPROXY = "io.github.cvronmin.railwayp" + ".CommonProxy";
}

0 comments on commit 544483e

Please sign in to comment.