Skip to content

Commit

Permalink
Signify the pre-release
Browse files Browse the repository at this point in the history
  • Loading branch information
mchorse committed Oct 17, 2016
1 parent 1b0504c commit a7a08ff
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 @@ -20,7 +20,7 @@ plugins {
id "net.minecraftforge.gradle.forge" version "2.0.2"
}
*/
version = "1.0"
version = "1.0-pre"
group= "mchorse.metamorph" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
archivesBaseName = "metamorph"

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/mchorse/metamorph/Metamorph.java
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public class Metamorph
{
public static final String MODID = "metamorph";
public static final String MODNAME = "Metamorph";
public static final String VERSION = "1.0";
public static final String VERSION = "1.0-pre";

public static final String CLIENT_PROXY = "mchorse.metamorph.ClientProxy";
public static final String SERVER_PROXY = "mchorse.metamorph.ServerProxy";
Expand Down

0 comments on commit a7a08ff

Please sign in to comment.