Skip to content

Commit

Permalink
Set version to 0.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Zangl committed Apr 22, 2014
1 parent 1f2e34d commit aabd88c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Minebot/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

version = "0.1.7"
version = "0.1.8"
// group= "net.famzangl.minecraft.minebot" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
sourceSets.main{
java{
Expand Down
2 changes: 1 addition & 1 deletion Minebot/src/net/famzangl/minecraft/minebot/MinebotMod.java
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import cpw.mods.fml.common.Mod.Instance;
import cpw.mods.fml.common.event.FMLInitializationEvent;

@Mod(modid = "minebot-mod", name = "Minebot", version = "0.1.7")
@Mod(modid = "minebot-mod", name = "Minebot", version = "0.1.8")
public class MinebotMod {
@Instance(value = "minebot-mod")
public static MinebotMod instance;
Expand Down

0 comments on commit aabd88c

Please sign in to comment.