Bumps web interface to version 4.1.7.
authorJakub Pawlowicz <contact@jakubpawlowicz.com>
Fri, 14 Jul 2017 13:10:18 +0000 (15:10 +0200)
committerJakub Pawlowicz <contact@jakubpawlowicz.com>
Fri, 14 Jul 2017 13:10:18 +0000 (15:10 +0200)
docs/index.html
docs/js/optimizer-worker.js

index d0b009a..c6afda7 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.6" selected>4.1.6 (latest)</option>
+            <option value="v4.1.7" selected>4.1.7 (latest)</option>
           </select>
         </fieldset>
         <fieldset class="settings__group settings__group--advanced">
index 418553c..79d54e5 100644 (file)
@@ -5,7 +5,7 @@ onmessage = function(event) {
     case 'initialize':
       if (!initialized) {
         initialized = true
-        importScripts('//jakubpawlowicz.github.io/clean-css-builds/v4.1.6.js')
+        importScripts('//jakubpawlowicz.github.io/clean-css-builds/v4.1.7.js')
       }
       break
     case 'optimize':