Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
hrjakobsen committed Feb 20, 2024
1 parent eeeab65 commit 7722d01
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "SLext",
"short_name": "SLext",
"description": "SLext enhances your editing experience on Overleaf by providing tabs, themes and more to the Overleaf website.",
"version": "1.7.1",
"version": "1.8.0",
"manifest_version": 3,
"icons": {
"16": "images/icon-16.png",
Expand Down
4 changes: 4 additions & 0 deletions app/templates/settings.html
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,10 @@ <h2>Bugs, questions & feature requests</h2>
</div>
<div class="slext-settings__section">
<h2>Changelog</h2>
<h4>version 1.8.0</h4>
<ul>
<li>Updated to work with the latest Overleaf updates</li>
</ul>
<h4>version 1.7.1</h4>
<ul>
<li>Fixed a bug with slext not loading completely</li>
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "slext",
"private": true,
"version": "1.7.1",
"version": "1.8.0",
"description": "Enhances the ShareLatex experience",
"scripts": {
"start": "npm run dev:chrome",
Expand Down

0 comments on commit 7722d01

Please sign in to comment.