Skip to content

Commit

Permalink
Bumps web interface to version 5.1.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubpawlowicz committed Mar 3, 2021
1 parent 896945f commit ebf9ea7
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="v5.1.0" selected>5.1.0 (latest)</option>
<option value="v5.1.1" selected>5.1.1 (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/v5.1.0.js')
importScripts('//jakubpawlowicz.github.io/clean-css-builds/v5.1.1.js')
}
break
case 'optimize':
Expand Down

0 comments on commit ebf9ea7

Please sign in to comment.