From 95ee0a4aa1d40a3e1a7a244ca6e4a970e33eb40a Mon Sep 17 00:00:00 2001 From: Tatsuya Sato Date: Fri, 27 Oct 2023 23:20:25 +0900 Subject: [PATCH] Bump up the version to 1.7.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7994b09..0a2c7ec 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.6.0", + "version": "1.7.0", "main": "background.js", "devDependencies": { "@babel/preset-env": "^7.20.2",