Bumps web interface to version 4.1.1.
authorJakub Pawlowicz <contact@jakubpawlowicz.com>
Mon, 8 May 2017 07:04:55 +0000 (09:04 +0200)
committerJakub Pawlowicz <contact@jakubpawlowicz.com>
Mon, 8 May 2017 07:04:55 +0000 (09:04 +0200)
docs/index.html
docs/js/optimizer-worker.js

index 3e2da9b..96294ca 100644 (file)
@@ -22,7 +22,7 @@
       <form class="settings settings--collapsed js-settings">
         <fieldset class="settings__group">
           <select class="settings__option settings__option--version" name="version">
-            <option value="v4.1.0" selected>4.1.0 (latest)</option>
+            <option value="v4.1.1" selected>4.1.1 (latest)</option>
           </select>
         </fieldset>
         <fieldset class="settings__group settings__group--advanced">
index c28b58e..6c6e4de 100644 (file)
@@ -5,7 +5,7 @@ onmessage = function(event) {
     case 'initialize':
       if (!initialized) {
         initialized = true
-        importScripts('//jakubpawlowicz.github.io/clean-css-builds/v4.1.0.js')
+        importScripts('//jakubpawlowicz.github.io/clean-css-builds/v4.1.1.js')
       }
       break
     case 'optimize':