diff --git a/addon/manifest.json b/addon/manifest.json index 34723e4..b25649c 100644 --- a/addon/manifest.json +++ b/addon/manifest.json @@ -11,7 +11,7 @@ "name": "tbkeys", "description": "Custom Thunderbird keybindings", "author": "Will Shanks", - "version": "2.2.5", + "version": "2.3.0", "background": { "scripts": ["background.js"] }, diff --git a/package-lock.json b/package-lock.json index dc10067..bc1104c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "tbkeys", - "version": "2.2.5", + "version": "2.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "tbkeys", - "version": "2.2.5", + "version": "2.3.0", "license": "MPL-2.0", "devDependencies": { "eslint": "latest", diff --git a/package.json b/package.json index edf3c7c..6b3d116 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tbkeys", - "version": "2.2.5", + "version": "2.3.0", "description": "Thunderbird keys", "main": "index.js", "directories": { diff --git a/updates.json b/updates.json index c02368f..94cfd63 100644 --- a/updates.json +++ b/updates.json @@ -64,6 +64,10 @@ { "version": "2.2.5", "update_link": "https://github.com/wshanks/tbkeys/releases/download/v2.2.5/tbkeys.xpi" + }, + { + "version": "2.3.0", + "update_link": "https://github.com/wshanks/tbkeys/releases/download/v2.3.0/tbkeys.xpi" } ] }