From a75f94236f848ac442e778ee7e5a24baecc4ac8f Mon Sep 17 00:00:00 2001 From: Jakub Pawlowicz Date: Sat, 25 Jan 2020 17:42:05 +0100 Subject: [PATCH] Bumps web interface to version 4.2.2. --- 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 89d020bce..1136b21b5 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 df4dbeefa..7360ba3f4 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.2.1.js') + importScripts('//jakubpawlowicz.github.io/clean-css-builds/v4.2.2.js') } break case 'optimize':