Bumps web interface to version 4.1.0.
authorJakub Pawlowicz <contact@jakubpawlowicz.com>
Sun, 7 May 2017 06:33:20 +0000 (08:33 +0200)
committerJakub Pawlowicz <contact@jakubpawlowicz.com>
Sun, 7 May 2017 06:33:20 +0000 (08:33 +0200)
docs/index.html
docs/js/optimizer-worker.js

index 170045c..3e2da9b 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.0.12" selected>4.0.12 (latest)</option>
+            <option value="v4.1.0" selected>4.1.0 (latest)</option>
           </select>
         </fieldset>
         <fieldset class="settings__group settings__group--advanced">
index e2ed39d..c28b58e 100644 (file)
@@ -5,7 +5,7 @@ onmessage = function(event) {
     case 'initialize':
       if (!initialized) {
         initialized = true
-        importScripts('//jakubpawlowicz.github.io/clean-css-builds/v4.0.12.js')
+        importScripts('//jakubpawlowicz.github.io/clean-css-builds/v4.1.0.js')
       }
       break
     case 'optimize':