Skip to content

Commit

Permalink
Version bump and authors fix
Browse files Browse the repository at this point in the history
  • Loading branch information
impiaaa committed Oct 24, 2014
1 parent ecc5c7d commit 7a08539
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 @@ -18,7 +18,7 @@ buildscript {
apply plugin: 'curseforge'
apply plugin: 'forge'

version = "1.3.4"
version = "1.3.5"
group= "net.boatcake.myworldgen" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
archivesBaseName = "MyWorldGen-1.7.10"

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/net/boatcake/MyWorldGen/MyWorldGen.java
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
import cpw.mods.fml.common.registry.GameData;
import cpw.mods.fml.common.registry.GameRegistry;

@Mod(modid = MyWorldGen.MODID, name = "MyWorldGen", version = "1.3.4", dependencies = "after:OpenBlocks")
@Mod(modid = MyWorldGen.MODID, name = "MyWorldGen", version = "1.3.5", dependencies = "after:OpenBlocks")
public class MyWorldGen {
@Instance("MyWorldGen")
public static MyWorldGen instance;
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 @@ -5,6 +5,6 @@
"version": "${version}",
"mcversion": "${mcversion}",
"url": "http://www.minecraftforum.net/topic/1902599-",
"authors": ["impiaaa"],
"authorList": ["impiaaa"],
"logoFile": "pack.png"
}]

0 comments on commit 7a08539

Please sign in to comment.