From 29d8ce2c7a09fab5ae41d4a79016a287ac29cc10 Mon Sep 17 00:00:00 2001 From: Anthony Cossins <1451668+anthonyec@users.noreply.github.com> Date: Sat, 1 Apr 2023 01:02:29 +0100 Subject: [PATCH] 1.4.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 562316a..762add6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "powerlet", - "version": "1.3.0", + "version": "1.4.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 23a75d1..9aa9c6a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "powerlet", - "version": "1.3.0", + "version": "1.4.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 ddd1756..355afe4 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "Powerlet", - "version": "1.3.0", + "version": "1.4.0", "description": "Quickly find and run your bookmarklets.", "permissions": ["activeTab", "bookmarks"], "default_locale": "en",