Skip to content

Commit a0bca71

Browse files
committed
Release 0.0.6
1 parent 1d3c16e commit a0bca71

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
<property name="mc.version" value="1.4.7"/>
2323
<property name="forge.version" value="6.6.0.518"/>
24-
<property name="mod.version" value="0.0.5"/>
24+
<property name="mod.version" value="0.0.6"/>
2525
<property name="mod.name" value="CCRedbus"/>
2626

2727
<property name="forge.name" value="minecraftforge-src-${mc.version}-${forge.version}.zip"/>

mcmod.info

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
{
33
"modid" : "CCRedbus",
44
"name" : "CCRedbus",
5-
"version" : "0.0.5",
5+
"version" : "0.0.6",
66
"url" : "http://www.computercraft.info",
77
"credits" : "",
88
"authors": [

src/eu/tomylobo/ccredbus/CCRedbus.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
@Mod(
2626
modid = "CCRedbus",
2727
name = "CCRedbus",
28-
version = "0.0.5",
28+
version = "0.0.6",
2929
dependencies = "required-after:ComputerCraft;after:CCTurtle;required-after:RedPowerMachine"
3030
)
3131
@NetworkMod(

0 commit comments

Comments
 (0)