Skip to content

Commit

Permalink
Version 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
EuanRiggans committed Aug 5, 2018
1 parent 2fb5746 commit 2cf1ff9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions changelog.html
Expand Up @@ -18,6 +18,11 @@ <h4 class="modal-title">Changelog</h4>
</button>
</div>
<div class="modal-body">
<h5 class="version">1.3.1</h5>
<p class="notes">Fixed bug where checkboxes would be missing on the settings page if the user had not saved
settings previously</p>
<p class="notes">Fluent design bootstrap is not provided with the extension package rather than being loaded
over cdn</p>
<h5 class="version">1.3.0</h5>
<p class="notes">Added a simple night mode</p>
<p class="notes">Added setting that allows users to change their bootstrap theme. Currently only supports
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Expand Up @@ -3,7 +3,7 @@
"short_name": "BulkOpen",
"author": "Euan Riggans",
"manifest_version": 2,
"version": "1.3.0",
"version": "1.3.1",
"description": "A Google Chrome Extension that provides the user with lots of features to handle lists of urls.",
"permissions": [
"tabs",
Expand Down

0 comments on commit 2cf1ff9

Please sign in to comment.