diff --git a/manifest.chrome.json b/manifest.chrome.json index 06f8a0f..edf6020 100644 --- a/manifest.chrome.json +++ b/manifest.chrome.json @@ -1,7 +1,7 @@ { "manifest_version": 3, "name": "prompster", - "version": "1.3.4", + "version": "1.4.0", "description": "Slash Commands for ChatGPT and Bard", "icons": { "16": "icons/icon16.png", diff --git a/manifest.firefox.json b/manifest.firefox.json index 72d5af0..7b9462a 100644 --- a/manifest.firefox.json +++ b/manifest.firefox.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "prompster", - "version": "1.3.4", + "version": "1.4.0", "description": "Slash Commands for ChatGPT and Bard", "icons": { "16": "icons/icon16.png", diff --git a/manifest.safari.json b/manifest.safari.json index 5b2afdc..4c4f8e4 100644 --- a/manifest.safari.json +++ b/manifest.safari.json @@ -1,7 +1,7 @@ { "manifest_version": 3, "name": "prompster", - "version": "1.3.4", + "version": "1.4.0", "description": "Slash Commands for ChatGPT and Bard", "icons": { "16": "icons/icon16.png", diff --git a/package-lock.json b/package-lock.json index 3911129..778fd77 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "prompster", - "version": "1.3.4", + "version": "1.4.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "prompster", - "version": "1.3.4", + "version": "1.4.0", "license": "ISC", "dependencies": { "@tailwindcss/line-clamp": "^0.4.4", diff --git a/package.json b/package.json index 84a8c9c..8f63491 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "prompster", - "version": "1.3.4", + "version": "1.4.0", "description": "", "main": "index.js", "scripts": {