diff --git a/manifest.chrome.json b/manifest.chrome.json index d40f36d..203b733 100644 --- a/manifest.chrome.json +++ b/manifest.chrome.json @@ -1,7 +1,7 @@ { "manifest_version": 3, "name": "prompster", - "version": "1.1.0", + "version": "1.1.1", "description": "Slash Commands for ChatGPT", "icons": { "16": "icons/icon16.png", diff --git a/manifest.firefox.json b/manifest.firefox.json index 1fb6124..3c5a0b6 100644 --- a/manifest.firefox.json +++ b/manifest.firefox.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "prompster", - "version": "1.1.0", + "version": "1.1.1", "description": "Slash Commands for ChatGPT", "icons": { "16": "icons/icon16.png", diff --git a/package.json b/package.json index d6f0592..4768f9f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "extension", - "version": "1.1.0", + "version": "1.1.1", "description": "", "main": "index.js", "scripts": {