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

Commit

Permalink
Release 1.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
EXTER7 committed Mar 24, 2014
1 parent 4192011 commit 5037eea
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ buildscript {

apply plugin: 'forge'

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

Expand Down
4 changes: 2 additions & 2 deletions src/main/java/exter/fodc/ModOreDicConvert.java
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
@Mod(
modid = "fodc",
name = "OreDicConvert",
version = "1.4.2",
dependencies = "required-after:Forge@[9.10.0.842,)"
version = "1.4.3",
dependencies = "required-after:Forge@[9.11.1.964,)"
)
@NetworkMod(
channels = { "FODC" },
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.4.2",
"version" : "1.4.3",
"credits" : "",
"authors": [
"EXTER"
Expand Down

0 comments on commit 5037eea

Please sign in to comment.