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",