diff --git a/manifest.json b/manifest.json index 01f82c0..484a356 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "Copy for Scrapbox", "description": "Users can get a link to the page in the current tab in Scrapbox notation.", - "version": "1.5.0", + "version": "1.5.1", "manifest_version": 3, "action": { "default_popup": "popup.html", diff --git a/package.json b/package.json index f5666cf..c67fd55 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "copy-for-scrapbox", "description": "This is a Chrome extension which helps [scrapbox](https://scrapbox.io/) users to create a link. Users can generate a link to the page in the current tab in Scrapbox format and copy it to their clipboad.", - "version": "1.5.0", + "version": "1.5.1", "main": "background.js", "devDependencies": { "@babel/preset-env": "^7.20.2",