From 9693ae602bcd26cabf663d19deb596b53a375ce9 Mon Sep 17 00:00:00 2001 From: Jakub Pawlowicz Date: Tue, 6 Mar 2018 07:57:55 +0100 Subject: [PATCH] Bumps web interface to version 4.1.10. --- 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 95a3cef9..cbc298d9 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 a6471f13..9cf8dde1 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.9.js') + importScripts('//jakubpawlowicz.github.io/clean-css-builds/v4.1.10.js') } break case 'optimize': -- 2.34.1