Version Bump

This commit is contained in:
Henry Mao 2013-01-04 12:26:59 +08:00
parent 1bd9e9096c
commit be43631eae
3 changed files with 4 additions and 4 deletions

View file

@ -1 +1 @@
0.2.1
0.2.2

View file

@ -2,7 +2,7 @@
{
"modid" : "AssemblyLine",
"name" : "Assembly Line",
"version" : "0.2.1",
"version" : "0.2.2",
"url" : "http://calclavia.com/universalelectricity/?m=18",
"credits" : "",
"authors": [
@ -11,7 +11,7 @@
],
"description": "A mod that brings conveyor belt transporting systems to Minecraft.",
"logoFile" : "/al_logo.png",
"updateUrl" : "http://calclavia.com/universalelectricity/?m=18",
"updateUrl" : "http://universalelectricity.com/?m=assembly_line",
"parent" : "",
"screenshots": [
]

View file

@ -47,7 +47,7 @@ public class AssemblyLine
public static final String NAME = "Assembly Line";
public static final String VERSION = "0.2.1";
public static final String VERSION = "0.2.2";
public static final String CHANNEL = "AssemblyLine";