Skip to content

Commit

Permalink
Bump version to 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
k-chop committed Dec 26, 2014
1 parent c17f8a1 commit b1b667a
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 @@ -29,7 +29,7 @@ repositories {
}
}

version = "0.1.2"
version = "0.1.3"
group= "com.github.whelmaze" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
archivesBaseName = "tfcwailaplugin"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import cpw.mods.fml.common.Mod.EventHandler
import cpw.mods.fml.common.event.{FMLInterModComms, FMLInitializationEvent}
import cpw.mods.fml.common.Mod

@Mod(name = "TFC Waila Plugin", modid = "tfcwailaplugin", version = "0.1.2", dependencies = "required-after:terrafirmacraft;required-after:Waila", modLanguage = "scala")
@Mod(name = "TFC Waila Plugin", modid = "tfcwailaplugin", version = "0.1.3", dependencies = "required-after:terrafirmacraft;required-after:Waila", modLanguage = "scala")
object ModTFCWailaPlugin {

@EventHandler
Expand Down

0 comments on commit b1b667a

Please sign in to comment.