From 325df1f8ae44f8c62ffc719768e0f7fb152c952e Mon Sep 17 00:00:00 2001
From: itsmartashub <44645238+itsmartashub@users.noreply.github.com>
Date: Wed, 25 Sep 2024 20:41:15 +0200
Subject: [PATCH] chore(version): Bump version number to `4.1.0`

---
 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 4f08804..ab1d3e8 100644
--- a/src/manifests/chromium-mv3/manifest.json
+++ b/src/manifests/chromium-mv3/manifest.json
@@ -1,6 +1,6 @@
 {
 	"manifest_version": 3,
-	"version": "4.0.4",
+	"version": "4.1.0",
 	"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 7170313..d4f780a 100644
--- a/src/manifests/firefox-mv2/manifest.json
+++ b/src/manifests/firefox-mv2/manifest.json
@@ -1,6 +1,6 @@
 {
 	"manifest_version": 2,
-	"version": "4.0.4",
+	"version": "4.1.0",
 	"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",