A few minor bugfixes, updated version to 3.3 release

This commit is contained in:
Anuken
2018-02-21 15:07:49 -05:00
parent 26a472d31d
commit 621ec4ee0f
4 changed files with 54 additions and 46 deletions
+2 -1
View File
@@ -18,9 +18,10 @@ allprojects {
apply plugin: "idea"
version = 'release'
ext {
versionNumber = '3.3'
versionType = 'beta'
versionType = 'release'
appName = 'Mindustry'
gdxVersion = '1.9.8'
aiVersion = '1.8.1'