Skip to content
This repository has been archived by the owner on Oct 16, 2020. It is now read-only.

Commit

Permalink
Updated version for pre release
Browse files Browse the repository at this point in the history
  • Loading branch information
MrCrayfish committed Oct 26, 2017
1 parent 15bdf1a commit 2c087d4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ apply plugin: 'net.minecraftforge.gradle.forge'
//Only edit below this line, the above code adds and enables the necessary things for Forge to be setup.


version = "0.1.0"
version = "0.2.0"
group = "com.mrcrayfish.cdm" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
archivesBaseName = "device-mod"

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/mrcrayfish/device/Reference.java
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ public class Reference
{
public static final String MOD_ID = "cdm";
public static final String NAME = "MrCrayfish's Device Mod";
public static final String VERSION = "0.1.0";
public static final String VERSION = "0.2.0-pre3";
public static final String CLIENT_PROXY_CLASS = "com.mrcrayfish.device.proxy.ClientProxy";
public static final String COMMON_PROXY_CLASS = "com.mrcrayfish.device.proxy.CommonProxy";
public static final String WORKING_MC_VERSION = "[1.11,1.11.2]";
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/mcmod.info
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"modid": "cdm",
"name": "MrCrayfish's Device Mod",
"description": "Adds working electronic devices into Minecraft!",
"version": "0.1.0",
"version": "0.2.0",
"mcversion": "1.11.2",
"url": "",
"updateUrl": "",
Expand Down

0 comments on commit 2c087d4

Please sign in to comment.