From b6c8cfc7a903885c07eacfdf860e60f842988b64 Mon Sep 17 00:00:00 2001 From: Anthony Cossins Date: Thu, 8 Jul 2021 19:06:51 +0100 Subject: [PATCH] 1.3.0 --- package-lock.json | 2 +- package.json | 2 +- src/manifest.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2c7a995..515713b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "powerlet", - "version": "1.2.0", + "version": "1.3.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 4c4798c..ab0dbcc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "powerlet", - "version": "1.2.0", + "version": "1.3.0", "description": "Quickly access and run your bookmark scripts", "main": "src/index.js", "scripts": { diff --git a/src/manifest.json b/src/manifest.json index 1ea106a..ddd1756 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "Powerlet", - "version": "1.2.0", + "version": "1.3.0", "description": "Quickly find and run your bookmarklets.", "permissions": ["activeTab", "bookmarks"], "default_locale": "en",