diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a30665..cbe1125 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +- 2.1.2: + + - Code changes to avoid tbkeys failing to load on startup + - 2.1.1: - Fix keys being captured in some textboxes like the signature box in settings. diff --git a/addon/manifest.json b/addon/manifest.json index b54aa2d..e11f9f5 100644 --- a/addon/manifest.json +++ b/addon/manifest.json @@ -10,7 +10,7 @@ "name": "tbkeys", "description": "Custom Thunderbird keybindings", "author": "Will Shanks", - "version": "2.1.1", + "version": "2.1.2", "background": { "scripts": ["background.js"] }, diff --git a/package.json b/package.json index 43b3eb1..84d57bb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tbkeys", - "version": "0.0.2", + "version": "2.1.2", "description": "Thunderbird keys", "main": "index.js", "directories": { diff --git a/updates.json b/updates.json index 568ff0a..46cc9b5 100644 --- a/updates.json +++ b/updates.json @@ -28,6 +28,10 @@ { "version": "2.1.1", "update_link": "https://github.com/wshanks/tbkeys/releases/download/v2.1.1/tbkeys.xpi" + }, + { + "version": "2.1.2", + "update_link": "https://github.com/wshanks/tbkeys/releases/download/v2.1.2/tbkeys.xpi" } ] }