Skip to content

Commit

Permalink
update release version
Browse files Browse the repository at this point in the history
  • Loading branch information
htrinter committed Nov 26, 2023
1 parent e185aec commit be25804
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## 2.0.0
## 1.6.0

- Added
- Option to ignore duplicate URLs on open
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": "open-multiple-urls",
"version": "2.0.0",
"version": "1.6.0",
"private": true,
"scripts": {
"build:chrome": "export TARGET=chrome && run-p type-check \"build {@}\" --",
Expand Down
2 changes: 1 addition & 1 deletion src/manifest/chrome/manifest.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/manifest/firefox/manifest.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit be25804

Please sign in to comment.