using same version number for mc1.7 as for 1.6 now, since they're feature identical after all (well, except for mod dependencies of course)

This commit is contained in:
Florian Nücke 2014-03-06 19:02:22 +01:00
parent c7f133f406
commit 79ff3e1732

View File

@ -18,7 +18,7 @@ buildscript {
apply plugin: 'forge'
apply plugin: 'scala'
version = "2.0.1"
version = "1.2.2"
group= "li.cil.oc" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
archivesBaseName = "OpenComputers"