diff --git a/README.md b/README.md index 0bc7281..797143e 100644 --- a/README.md +++ b/README.md @@ -58,6 +58,10 @@ And If you want to run extension in dev mode: `./node_modules/.bin/web-ext run - # CHANGELOG +## `v.0.0.8` + +- Fixed error with extension build + ## `v.0.0.7` - Fix error by asserting cases diff --git a/ext/manifest.json b/ext/manifest.json index 52f7839..eedd8ef 100644 --- a/ext/manifest.json +++ b/ext/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "Tab Saver 2", - "version": "0.0.7", + "version": "0.0.8", "description": "Allows you to manage window sessions", "icons": { "48": "icons/icon.svg",