Skip to content

Commit

Permalink
Marked 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Zangl committed Jul 30, 2014
1 parent b7ebc6b commit 132b5a0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Minebot/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

version = "0.2.0"
version = "0.2.1"
// group= "net.famzangl.minecraft.minebot" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
sourceSets.main{
java{
Expand All @@ -23,4 +23,4 @@ processResources
from(sourceSets.main.resources.srcDirs) {
exclude 'mcmod.info'
}
}
}
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.0")
@Mod(modid = "minebot-mod", name = "Minebot", version = "0.2.1")
public class MinebotMod {
@Instance(value = "minebot-mod")
public static MinebotMod instance;
Expand Down

0 comments on commit 132b5a0

Please sign in to comment.