From 35bc9b3d831438c53d7534eae22ec030e7178aaa Mon Sep 17 00:00:00 2001 From: chylex Date: Wed, 13 Mar 2019 01:59:24 +0100 Subject: [PATCH] Release BETA v.12 --- build.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.py b/build.py index 32764cf..7d738f0 100644 --- a/build.py +++ b/build.py @@ -8,8 +8,8 @@ import os import distutils.dir_util -VERSION_SHORT = "BETA v.11" -VERSION_FULL = VERSION_SHORT + ", released 14 Feb 2019" +VERSION_SHORT = "BETA v.12" +VERSION_FULL = VERSION_SHORT + ", released 13 Mar 2019" EXEC_UGLIFYJS_WIN = "{2}/lib/uglifyjs.cmd --parse bare_returns --compress --mangle toplevel --mangle-props keep_quoted,reserved=[{3}] --output \"{1}\" \"{0}\""