From 234bde667d7fd96f37c7d8541465b4f196db7bfd Mon Sep 17 00:00:00 2001 From: sethburkart123 Date: Fri, 14 Jun 2024 16:52:53 +1000 Subject: [PATCH] bump: version for chrome web store release --- manifest.firefox.json | 2 +- manifest.json | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.firefox.json b/manifest.firefox.json index 5305908d..cbee7b1d 100644 --- a/manifest.firefox.json +++ b/manifest.firefox.json @@ -1,7 +1,7 @@ { "manifest_version": 3, "name": "BetterSEQTA+", - "version": "3.2.2", + "version": "3.2.6", "description": "Enhance SEQTA's usability and aesthetics! A fork BetterSEQTA to continue development, add endless customization, and incorporate a plethora of new features!", "icons": { "32": "src/resources/icons/icon-32.png", diff --git a/manifest.json b/manifest.json index 0049280e..0e567526 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 3, "name": "BetterSEQTA+", - "version": "3.2.5.1", + "version": "3.2.6", "description": "Enhance SEQTA's usability and aesthetics! A fork BetterSEQTA to continue development, add endless customization, and incorporate a plethora of new features!", "icons": { "32": "src/resources/icons/icon-32.png", diff --git a/package.json b/package.json index 5d6e12d6..56de8c14 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "betterseqtaplus", - "version": "3.2.4", + "version": "3.2.6", "type": "module", "description": "BetterSEQTA+ is a browser extension that adds features to SEQTA.", "browserslist": "> 0.5%, last 2 versions, not dead",