Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
impiaaa committed Mar 26, 2016
1 parent 75289ca commit 4ab3e21
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 @@ -18,7 +18,7 @@ buildscript {
apply plugin: 'curseforge'
apply plugin: 'forge'

version = "1.4"
version = "1.4.1"
group= "net.boatcake.myworldgen" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
archivesBaseName = "MyWorldGen-1.8"

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 net.minecraftforge.fml.common.registry.GameData;
import net.minecraftforge.fml.common.registry.GameRegistry;

@Mod(modid = MyWorldGen.MODID, name = "MyWorldGen", version = "1.4", dependencies = "after:OpenBlocks")
@Mod(modid = MyWorldGen.MODID, name = "MyWorldGen", version = "1.4.1", dependencies = "after:OpenBlocks")
public class MyWorldGen {
@Instance("MyWorldGen")
public static MyWorldGen instance;
Expand Down

0 comments on commit 4ab3e21

Please sign in to comment.