From 9bb32339ebbc5c4bb9a2c7bb1f42a6dfe6f6476e Mon Sep 17 00:00:00 2001 From: itsmartashub <44645238+itsmartashub@users.noreply.github.com> Date: Sat, 9 Nov 2024 02:13:51 +0100 Subject: [PATCH] chore(version): Bump version number to `4.1.3` --- 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 d62a4a8..8b9b956 100644 --- a/src/manifests/chromium-mv3/manifest.json +++ b/src/manifests/chromium-mv3/manifest.json @@ -1,6 +1,6 @@ { "manifest_version": 3, - "version": "4.1.2", + "version": "4.1.3", "name": "GPThemes - ChatGPT Customization", "description": "Transform ChatGPT's user interface with customisable accent colour, font styles and chats width, modern designs and chat bubbles.", "author": "itsmarta", diff --git a/src/manifests/firefox-mv2/manifest.json b/src/manifests/firefox-mv2/manifest.json index 244f3df..8b60b8a 100644 --- a/src/manifests/firefox-mv2/manifest.json +++ b/src/manifests/firefox-mv2/manifest.json @@ -1,6 +1,6 @@ { "manifest_version": 2, - "version": "4.1.2", + "version": "4.1.3", "name": "GPThemes - ChatGPT Customization", "description": "Transform ChatGPT's user interface with customisable accent colour, font styles and chats width, modern designs and chat bubbles.", "author": "itsmarta",