diff --git a/ext-info.js b/ext-info.js index 3faabe8..117b4ad 100644 --- a/ext-info.js +++ b/ext-info.js @@ -1,4 +1,4 @@ module.exports = { - EXT_VERSION: "3.2", - EXT_IS_MAJOR_RELEASE: true + EXT_VERSION: "3.2.1", + EXT_IS_MAJOR_RELEASE: false }; diff --git a/package-lock.json b/package-lock.json index 1e51139..473c185 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "tabby", - "version": "3.2", + "version": "3.2.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "tabby", - "version": "3.2", + "version": "3.2.1", "license": "MPL-2.0", "dependencies": { "dompurify": "^3.0.1", diff --git a/package.json b/package.json index ff43e77..72d79f5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tabby", - "version": "3.2", + "version": "3.2.1", "description": "Tabby is an open-source window & tab manager that can manage great amounts of windows and tabs at ease.", "private": true, "scripts": {