Skip to content

Commit

Permalink
bump version for 1.0.2 hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
fnuecke committed Dec 20, 2013
1 parent 596a8da commit cb647e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion li/cil/oc/OpenComputers.scala
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion mcmod.info
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand Down

0 comments on commit cb647e3

Please sign in to comment.