From 471fb2f36311c6ac04f2247e1bfa1cf95c810f43 Mon Sep 17 00:00:00 2001 From: Lucas Aschenbach Date: Sat, 20 May 2023 04:49:19 +0200 Subject: [PATCH] Update version 1.1.1 -> 1.2.0 --- 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 203b733..ccb9104 100644 --- a/manifest.chrome.json +++ b/manifest.chrome.json @@ -1,7 +1,7 @@ { "manifest_version": 3, "name": "prompster", - "version": "1.1.1", + "version": "1.2.0", "description": "Slash Commands for ChatGPT", "icons": { "16": "icons/icon16.png", diff --git a/manifest.firefox.json b/manifest.firefox.json index 3c5a0b6..4929d83 100644 --- a/manifest.firefox.json +++ b/manifest.firefox.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "prompster", - "version": "1.1.1", + "version": "1.2.0", "description": "Slash Commands for ChatGPT", "icons": { "16": "icons/icon16.png", diff --git a/package.json b/package.json index b3a4a89..6730890 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "extension", - "version": "1.1.1", + "version": "1.2.0", "description": "", "main": "index.js", "scripts": {