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

Commit

Permalink
Updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
MrCrayfish committed Dec 26, 2017
1 parent cd23ead commit c2a4b9b
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.2.0pre5"
version = "0.2.0pre6"
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.2.0-pre5";
public static final String VERSION = "0.2.0-pre6";
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.12.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.2.0-pre5",
"version": "0.2.0-pre6",
"mcversion": "1.12.2",
"url": "",
"updateUrl": "",
Expand Down

0 comments on commit c2a4b9b

Please sign in to comment.