bump version for 1.0.2 hotfix

This commit is contained in:
Florian Nücke 2013-12-20 15:03:06 +01:00
parent 596a8da0e8
commit cb647e3f6e
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ import li.cil.oc.client.{PacketHandler => ClientPacketHandler}
import li.cil.oc.common.Proxy
import li.cil.oc.server.{PacketHandler => ServerPacketHandler}
@Mod(modid = "OpenComputers", name = "OpenComputers", version = "1.0.1",
@Mod(modid = "OpenComputers", name = "OpenComputers", version = "1.0.2",
dependencies = "required-after:Forge@[9.11.1.940,);after:BuildCraft|Energy;after:ComputerCraft;after:IC2;after:MineFactoryReloaded;after:RedLogic;after:ThermalExpansion",
modLanguage = "scala")
@NetworkMod(clientSideRequired = true, serverSideRequired = false,

View File

@ -2,7 +2,7 @@
{
"modid": "OpenComputers",
"name": "OpenComputers",
"version": "1.0.1",
"version": "1.0.2",
"credits" : "Inspired by a couple of other mods, most notably ComputerCraft.",
"authors": ["Florian 'Sangar' Nücke", "Johannes 'Lord Joda' Lohrer"],
"description": "This mod adds modular computers and robots that can be programmed in Lua.",