diff --git a/build.xml b/build.xml index 349ee42..750d420 100644 --- a/build.xml +++ b/build.xml @@ -109,17 +109,17 @@ - + - + - - - - - - + + + + + + @@ -254,14 +254,17 @@ - - + + - - + + + + + diff --git a/composer.lock b/composer.lock index cc38440..18af7a9 100644 --- a/composer.lock +++ b/composer.lock @@ -12,12 +12,12 @@ "source": { "type": "git", "url": "https://github.com/websharks/js-minifier.git", - "reference": "e417d47970dbbcbec4006192a5d69429926c9f1a" + "reference": "212cca9bb69a1e591219a86aa88c285cc6362e30" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/websharks/js-minifier/zipball/e417d47970dbbcbec4006192a5d69429926c9f1a", - "reference": "e417d47970dbbcbec4006192a5d69429926c9f1a", + "url": "https://api.github.com/repos/websharks/js-minifier/zipball/212cca9bb69a1e591219a86aa88c285cc6362e30", + "reference": "212cca9bb69a1e591219a86aa88c285cc6362e30", "shasum": "" }, "require": { @@ -59,7 +59,7 @@ "javascript", "websharks" ], - "time": "2015-04-25 23:33:16" + "time": "2015-05-10 11:46:24" } ], "packages-dev": [], diff --git a/src/includes/classes/Core.php b/src/includes/classes/Core.php index 3c96abe..59bd1cd 100644 --- a/src/includes/classes/Core.php +++ b/src/includes/classes/Core.php @@ -35,7 +35,7 @@ class Core // Heart of the HTML Compressor. * * @type string Dated version string: `YYMMDD`. */ - protected $version = '150426'; //version// + protected $version = '150510'; //version// /** * An array of class options.