Skip to content

Commit

Permalink
Bump version to 2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
wshanks committed Jan 5, 2021
1 parent c1ba9e5 commit 9c6bb43
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion addon/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tbkeys",
"version": "0.0.2",
"version": "2.1.2",
"description": "Thunderbird keys",
"main": "index.js",
"directories": {
Expand Down
4 changes: 4 additions & 0 deletions updates.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]
}
Expand Down

0 comments on commit 9c6bb43

Please sign in to comment.