From e55ee31e9376db095775a2b256b08c941c2b0573 Mon Sep 17 00:00:00 2001 From: David Fournier Date: Mon, 11 Nov 2024 11:44:03 +0100 Subject: [PATCH] v2.3.2 --- package.json | 2 +- public/manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index df89260..c89f705 100755 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "conventionalcomments-web-ext", "license": "GPL-3.0-only", - "version": "2.2.0", + "version": "2.3.2", "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 dda7586..5a63529 100755 --- a/public/manifest.json +++ b/public/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "Conventional: comments", - "version": "2.2.0", + "version": "2.3.2", "description": "Write conventional comments directly in your favorite repository manager.", "icons": { "16": "icons/icon_16.png",