diff --git a/package.json b/package.json index 4ce9dbc..6d014f1 100755 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "conventionalcomments-web-ext", "license": "GPL-3.0-only", - "version": "2.1.0", + "version": "2.1.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 af2f625..935c9cc 100755 --- a/public/manifest.json +++ b/public/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "Conventional: comments", - "version": "2.1.0", + "version": "2.1.2", "description": "Write conventional comments directly in your favorite repository manager.", "icons": { "16": "icons/icon_16.png",