Skip to content

Commit

Permalink
0.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Reeywhaar committed Jun 25, 2024
1 parent ce1aa4c commit 13b5f2a
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.6`

- Technical release

## `v.0.2.5`

- Style improvements. Code cleanup
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.5",
"version": "0.2.6",
"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.4",
"version": "0.2.6",
"description": "TabSaver Firefox WebExtension",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
Expand Down

0 comments on commit 13b5f2a

Please sign in to comment.