From 57901dd9b3626795d2cc1075f4aa5e92a89bcbaa Mon Sep 17 00:00:00 2001 From: Lucas Aschenbach Date: Thu, 18 May 2023 17:10:08 +0200 Subject: [PATCH] Update version -> 1.1.1 --- manifest.chrome.json | 2 +- manifest.firefox.json | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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": {