diff --git a/CHANGELOG.md b/CHANGELOG.md index 218d1af..97cda2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## 2.0.0 +## 1.6.0 - Added - Option to ignore duplicate URLs on open diff --git a/package.json b/package.json index 11e8016..187727c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "open-multiple-urls", - "version": "2.0.0", + "version": "1.6.0", "private": true, "scripts": { "build:chrome": "export TARGET=chrome && run-p type-check \"build {@}\" --", diff --git a/src/manifest/chrome/manifest.json b/src/manifest/chrome/manifest.json index ae405d0..a950995 100644 --- a/src/manifest/chrome/manifest.json +++ b/src/manifest/chrome/manifest.json @@ -1,6 +1,6 @@ { "name": "Open Multiple URLs", - "version": "2.0.0", + "version": "1.6.0", "manifest_version": 3, "description": "Opens a list of URLs", "homepage_url": "https://github.com/htrinter/Open-Multiple-URLs", diff --git a/src/manifest/firefox/manifest.json b/src/manifest/firefox/manifest.json index 7cb076d..dd75a27 100644 --- a/src/manifest/firefox/manifest.json +++ b/src/manifest/firefox/manifest.json @@ -1,6 +1,6 @@ { "name": "Open Multiple URLs", - "version": "2.0.0", + "version": "1.6.0", "manifest_version": 2, "description": "Opens a list of URLs", "homepage_url": "https://github.com/htrinter/Open-Multiple-URLs",