From e17f7c152c529f5e068da569b64dad2f0def7124 Mon Sep 17 00:00:00 2001 From: Jakub Pawlowicz Date: Tue, 14 Feb 2017 12:39:56 +0100 Subject: [PATCH] Bumps web interface to version 4.0.7. --- docs/index.html | 2 +- docs/js/optimizer-worker.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/index.html b/docs/index.html index a0275d25..113dd061 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 28d1f087..ab338bd4 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.6.js') + importScripts('//jakubpawlowicz.github.io/clean-css-builds/v4.0.7.js') } break case 'optimize': -- 2.34.1