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

Commit

Permalink
Release 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
EXTER7 committed Oct 23, 2014
1 parent dadd6d3 commit cbaf12c
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 @@ -17,7 +17,7 @@ buildscript {

apply plugin: 'forge'

version = "1.5.2"
version = "1.6.0"
group= "exter.fodc" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
archivesBaseName = "OreDictionaryConverter"

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/exter/fodc/ModOreDicConvert.java
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public class ModOreDicConvert
{
public static final String MODID = "fodc";
public static final String MODNAME = "Ore Dictionary Converter";
public static final String MODVERSION = "1.5.2";
public static final String MODVERSION = "1.6.0";

//List of string that the ore name must begin with

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 @@ -2,7 +2,7 @@
{
"modid" : "fodc",
"name" : "Ore Dictionary Converter",
"version" : "1.5.2",
"version" : "1.6.0",
"credits" : "",
"authors": [
"EXTER"
Expand Down

0 comments on commit cbaf12c

Please sign in to comment.