From 9768db78e8796a9e771f715a99e0bba10ce0ec99 Mon Sep 17 00:00:00 2001 From: David Fournier Date: Wed, 25 Dec 2024 17:57:12 +0100 Subject: [PATCH] v2.3.3 --- package.json | 2 +- public/manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index d38060d..4efd215 100755 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "conventionalcomments-web-ext", "license": "GPL-3.0-only", - "version": "2.3.2", + "version": "2.3.3", "scripts": { "postinstall": "node scripts/postInstall.mjs", "rollup:popup": "rollup -c rollup/popup.config.js", diff --git a/public/manifest.json b/public/manifest.json index bc8eaa4..2bb9355 100755 --- a/public/manifest.json +++ b/public/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 3, "name": "Conventional: comments", - "version": "2.3.2", + "version": "2.3.3", "description": "Write conventional comments directly in your favorite repository manager.", "icons": { "16": "/icons/icon_16.png",