From: Jakub Pawlowicz Date: Wed, 25 Jan 2017 10:33:11 +0000 (+0100) Subject: Bumps web interface to version 4.0.1. X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=b3b31ae42cf347e9259e5de6c7a0e6f0dfd6a302;p=clean-css.git Bumps web interface to version 4.0.1. --- diff --git a/docs/index.html b/docs/index.html index 17c59f0b..24ff0560 100644 --- a/docs/index.html +++ b/docs/index.html @@ -22,7 +22,7 @@
diff --git a/docs/js/optimizer-worker.js b/docs/js/optimizer-worker.js index cbb9a8d4..b342ce49 100644 --- a/docs/js/optimizer-worker.js +++ b/docs/js/optimizer-worker.js @@ -5,7 +5,7 @@ onmessage = function(event) { case 'initialize': if (!initialized) { initialized = true - importScripts('//jakubpawlowicz.github.io/clean-css-builds/v4.0.0.js') + importScripts('//jakubpawlowicz.github.io/clean-css-builds/v4.0.1.js') } break case 'optimize':