From c225585fb5ecbc211df004ad66e75aef866709f5 Mon Sep 17 00:00:00 2001 From: Lucas Aschenbach Date: Sat, 17 Jun 2023 11:19:27 +0200 Subject: [PATCH] Update version 1.3.0 -> 1.3.1 --- manifest.chrome.json | 2 +- manifest.firefox.json | 2 +- manifest.safari.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/manifest.chrome.json b/manifest.chrome.json index e3168b5..b62a1be 100644 --- a/manifest.chrome.json +++ b/manifest.chrome.json @@ -1,7 +1,7 @@ { "manifest_version": 3, "name": "prompster", - "version": "1.3.0", + "version": "1.3.1", "description": "Slash Commands for ChatGPT and Bard", "icons": { "16": "icons/icon16.png", diff --git a/manifest.firefox.json b/manifest.firefox.json index 60391af..49c0e82 100644 --- a/manifest.firefox.json +++ b/manifest.firefox.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "prompster", - "version": "1.3.0", + "version": "1.3.1", "description": "Slash Commands for ChatGPT and Bard", "icons": { "16": "icons/icon16.png", diff --git a/manifest.safari.json b/manifest.safari.json index f10d385..202ae0f 100644 --- a/manifest.safari.json +++ b/manifest.safari.json @@ -1,7 +1,7 @@ { "manifest_version": 3, "name": "prompster", - "version": "1.3.0", + "version": "1.3.1", "description": "Slash Commands for ChatGPT and Bard", "icons": { "16": "icons/icon16.png", diff --git a/package-lock.json b/package-lock.json index 2f19313..e1a8250 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "prompster", - "version": "1.3.0", + "version": "1.3.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "prompster", - "version": "1.3.0", + "version": "1.3.1", "license": "ISC", "dependencies": { "@tailwindcss/line-clamp": "^0.4.4", diff --git a/package.json b/package.json index 049f7a5..6e5136e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "prompster", - "version": "1.3.0", + "version": "1.3.1", "description": "", "main": "index.js", "scripts": {