From 158fef6205dbcfdb71d452cd2db20366f0c0b5ad Mon Sep 17 00:00:00 2001 From: xalethecat Date: Tue, 21 Sep 2021 20:56:55 +0300 Subject: [PATCH] i messed with version --- source/Data.hx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Data.hx b/source/Data.hx index 09740c3..6fedc4c 100644 --- a/source/Data.hx +++ b/source/Data.hx @@ -9,7 +9,7 @@ import Controls; // There must be all data about engine vars... There is only one at the moment -w-" - Xale class EngineData { - public static var modEngineVersion:String = 'b0.0.4.1'; + public static var modEngineVersion:String = 'b0.0.3.1'; } class ClientPrefs {