Skip to content

Commit

Permalink
Changed version nr.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dragonisser committed Dec 9, 2018
1 parent 4b0ff2d commit c788f6c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/main/java/de/prwh/cobaltmod/core/CMMain.java
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ public class CMMain {
@SidedProxy(clientSide = "de.prwh.cobaltmod.core.ClientProxyCobalt", serverSide = "de.prwh.cobaltmod.core.CommonProxyCobalt")
public static CommonProxyCobalt proxy;
public static final String MODID = "mod_cobalt";
public static final String VERSION = "2.0.3";
public static final String VERSION = "2.0.3.1";

private static final Logger log = LogManager.getLogger(MODID.toUpperCase());

Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/mcmod.info
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"modid": "mod_cobalt",
"name": "CobaltMod",
"description": "Adds the ore Cobalt and many other things.",
"version": "2.0.2",
"mcversion": "1.11.2",
"version": "2.0.3.1",
"mcversion": "1.12.2",
"url": "https://minecraft.curseforge.com/projects/cobalt-mod-think-blue",
"updateUrl": "",
"authorList": ["Dragonisser"],
Expand Down

0 comments on commit c788f6c

Please sign in to comment.