From 96fbbca0d72af4b1f8964f0d23615941ae00ef76 Mon Sep 17 00:00:00 2001 From: itsmartashub <44645238+itsmartashub@users.noreply.github.com> Date: Wed, 12 Jun 2024 23:36:31 +0200 Subject: [PATCH] chore(release): Bump to `3.1.1` --- src/manifests/chromium-mv3/manifest.json | 2 +- src/manifests/firefox-mv2/manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/manifests/chromium-mv3/manifest.json b/src/manifests/chromium-mv3/manifest.json index 364c207..6310c0d 100644 --- a/src/manifests/chromium-mv3/manifest.json +++ b/src/manifests/chromium-mv3/manifest.json @@ -1,6 +1,6 @@ { "manifest_version": 3, - "version": "3.1.0", + "version": "3.1.1", "name": "GPThemes - ChatGPT Customization", "description": "Transform ChatGPT's user interface with customisable accent colours and font styles, modern designs and chat bubbles.", "author": "itsmarta", diff --git a/src/manifests/firefox-mv2/manifest.json b/src/manifests/firefox-mv2/manifest.json index ad9cf6d..ec4b65f 100644 --- a/src/manifests/firefox-mv2/manifest.json +++ b/src/manifests/firefox-mv2/manifest.json @@ -1,6 +1,6 @@ { "manifest_version": 2, - "version": "3.1.0", + "version": "3.1.1", "name": "GPThemes - ChatGPT Customization", "description": "Transform ChatGPT's user interface with customisable accent colours and font styles, modern designs and chat bubbles.", "author": "itsmarta",