Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
admiral0 committed May 6, 2018
1 parent e91854a commit ffcc343
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 @@ -14,7 +14,7 @@ apply plugin: 'kr.motd.sphinx'
//Only edit below this line, the above code adds and enables the nessasary things for Forge to be setup.


version = "1.3"
version = "1.3.1"
group= "it.antani" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
archivesBaseName = "AntaniCC"

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/it/antani/cc/AntaniCCMod.java
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
public class AntaniCCMod
{
public static final String MODID = "antanicc";
public static final String VERSION = "1.3";
public static final String VERSION = "1.3.1";
public static final Logger logger = LogManager.getLogger(MODID);

public static AntaniCCMod instance;
Expand Down

0 comments on commit ffcc343

Please sign in to comment.