diff --git a/README.md b/README.md index b5470a8..9a83659 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.2.6` + +- Technical release + ## `v.0.2.5` - Style improvements. Code cleanup diff --git a/ext/manifest.json b/ext/manifest.json index aa3187e..6c3ea49 100644 --- a/ext/manifest.json +++ b/ext/manifest.json @@ -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", diff --git a/package.json b/package.json index 196c0f7..b2b04d9 100644 --- a/package.json +++ b/package.json @@ -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",