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

Commit

Permalink
Release 1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
EXTER7 committed Aug 23, 2014
1 parent ccddf32 commit d83aabf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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 @@ -31,8 +31,8 @@
@Mod(
modid = "fodc",
name = "OreDicConvert",
version = "1.5.1",
dependencies = "required-after:Forge@[10.12.0.1057,)"
version = "1.5.2",
dependencies = "required-after:Forge@[10.13.0.1200,)"
)
public class ModOreDicConvert
{
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.1",
"version" : "1.5.2",
"credits" : "",
"authors": [
"EXTER"
Expand Down

0 comments on commit d83aabf

Please sign in to comment.