From: Jakub Pawlowicz Date: Thu, 18 May 2017 19:33:03 +0000 (+0200) Subject: Bumps web interface to version 4.1.3. X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=a721500fd06a06bdb0556d6a76cc936c56fccb8f;p=clean-css.git Bumps web interface to version 4.1.3. --- diff --git a/docs/index.html b/docs/index.html index b0739fe3..fabcf7cf 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 ed101c85..02828064 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.1.2.js') + importScripts('//jakubpawlowicz.github.io/clean-css-builds/v4.1.3.js') } break case 'optimize':