Skip to content

Commit

Permalink
v.0.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Reeywhaar committed Jun 26, 2024
1 parent 2f8b4b2 commit 442f56e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ And If you want to run extension in dev mode: `./node_modules/.bin/web-ext run -

# CHANGELOG

## `v.0.2.7`

- Revert to 0.2.4 version as there are some complications with recent versions

## `v.0.2.6`

- Technical release
Expand Down
2 changes: 1 addition & 1 deletion ext/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "Tab Saver",
"version": "0.2.6",
"version": "0.2.7",
"description": "Allows you to manage and save tabs",
"icons": {
"48": "icons/icon.svg",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tab-saver",
"version": "0.2.6",
"version": "0.2.7",
"description": "TabSaver Firefox WebExtension",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
Expand Down

0 comments on commit 442f56e

Please sign in to comment.