Skip to content

Commit

Permalink
Bumps web interface to version 4.1.10.
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubpawlowicz committed Mar 6, 2018
1 parent 47c2816 commit 9693ae6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ <h1 class="logo">
<form class="settings settings--collapsed js-settings">
<fieldset class="settings__group">
<select class="settings__option settings__option--version" name="version">
<option value="v4.1.9" selected>4.1.9 (latest)</option>
<option value="v4.1.10" selected>4.1.10 (latest)</option>
</select>
</fieldset>
<fieldset class="settings__group settings__group--advanced">
Expand Down
2 changes: 1 addition & 1 deletion docs/js/optimizer-worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -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':
Expand Down

0 comments on commit 9693ae6

Please sign in to comment.