Skip to content

Commit

Permalink
Marked Version 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Zangl committed Aug 9, 2014
1 parent 7e8ac8d commit fbedc2f
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.2.2"
version = "0.2.3"
// 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 @@ -7,7 +7,7 @@
import cpw.mods.fml.common.Mod.Instance;
import cpw.mods.fml.common.event.FMLInitializationEvent;

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

0 comments on commit fbedc2f

Please sign in to comment.