Skip to content

Commit

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

# CHANGELOG

## `v.0.2.5`

- Style improvements. Code cleanup
- Updated dependencies

## `v.0.2.4`

- Style improvements. Fixed controls interaction with text and scrollbars
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.4",
"version": "0.2.5",
"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": "1.0.0",
"version": "0.2.4",
"description": "TabSaver Firefox WebExtension",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
Expand Down

0 comments on commit dbfc6bb

Please sign in to comment.