bump version number for 1.0.4

This commit is contained in:
Florian Nücke 2013-12-24 21:51:14 +01:00
parent cc1c262fa0
commit 12261805bd
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.common.Proxy
import li.cil.oc.server.{PacketHandler => ServerPacketHandler} import li.cil.oc.server.{PacketHandler => ServerPacketHandler}
@Mod(modid = "OpenComputers", name = "OpenComputers", version = "1.0.3", @Mod(modid = "OpenComputers", name = "OpenComputers", version = "1.0.4",
dependencies = "required-after:Forge@[9.11.1.940,);after:BuildCraft|Energy;after:ComputerCraft;after:IC2;after:MineFactoryReloaded;after:RedLogic;after:ThermalExpansion", dependencies = "required-after:Forge@[9.11.1.940,);after:BuildCraft|Energy;after:ComputerCraft;after:IC2;after:MineFactoryReloaded;after:RedLogic;after:ThermalExpansion",
modLanguage = "scala") modLanguage = "scala")
@NetworkMod(clientSideRequired = true, serverSideRequired = false, @NetworkMod(clientSideRequired = true, serverSideRequired = false,

View File

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