diff --git a/manifest.chrome.json b/manifest.chrome.json index 631a85b..e134bfb 100644 --- a/manifest.chrome.json +++ b/manifest.chrome.json @@ -1,7 +1,7 @@ { "manifest_version": 3, "name": "prompster", - "version": "1.4.3", + "version": "1.4.4", "description": "Slash Commands for ChatGPT and Bard", "icons": { "16": "icons/icon16.png", diff --git a/manifest.firefox.json b/manifest.firefox.json index c02ad8c..9addbe8 100644 --- a/manifest.firefox.json +++ b/manifest.firefox.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "prompster", - "version": "1.4.3", + "version": "1.4.4", "description": "Slash Commands for ChatGPT and Bard", "icons": { "16": "icons/icon16.png", diff --git a/manifest.safari.json b/manifest.safari.json index f631dd2..913a351 100644 --- a/manifest.safari.json +++ b/manifest.safari.json @@ -1,7 +1,7 @@ { "manifest_version": 3, "name": "prompster", - "version": "1.4.3", + "version": "1.4.4", "description": "Slash Commands for ChatGPT and Bard", "icons": { "16": "icons/icon16.png", diff --git a/package-lock.json b/package-lock.json index 934e1d1..0337b99 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "prompster", - "version": "1.4.3", + "version": "1.4.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "prompster", - "version": "1.4.3", + "version": "1.4.4", "license": "ISC", "dependencies": { "@tailwindcss/line-clamp": "^0.4.4", diff --git a/package.json b/package.json index 5a58da4..b0c3118 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "prompster", - "version": "1.4.3", + "version": "1.4.4", "description": "", "main": "index.js", "scripts": {