From f50fc7d2a564477a877417d7339054dfa7ce39d6 Mon Sep 17 00:00:00 2001 From: ted80-PC Date: Wed, 3 Apr 2013 19:16:18 +0200 Subject: [PATCH] changed version number --- src/minecraft/tdwp_ftw/biomesop/mod_BiomesOPlenty.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/minecraft/tdwp_ftw/biomesop/mod_BiomesOPlenty.java b/src/minecraft/tdwp_ftw/biomesop/mod_BiomesOPlenty.java index 31ffb2473..e1433b30c 100644 --- a/src/minecraft/tdwp_ftw/biomesop/mod_BiomesOPlenty.java +++ b/src/minecraft/tdwp_ftw/biomesop/mod_BiomesOPlenty.java @@ -44,7 +44,7 @@ import cpw.mods.fml.common.registry.EntityRegistry; import cpw.mods.fml.common.registry.GameRegistry; import cpw.mods.fml.common.registry.LanguageRegistry; -@Mod(modid="BiomesOPlenty", name="Biomes O' Plenty", version="0.4.8") +@Mod(modid="BiomesOPlenty", name="Biomes O' Plenty", version="0.4.9") @NetworkMod(clientSideRequired=true, serverSideRequired=false) public class mod_BiomesOPlenty {