Skip to content

Commit

Permalink
Bump version to 1.2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
marklieberman committed Oct 9, 2020
1 parent 098ab9c commit 673b6ef
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,8 @@
# Changelog

### Version 1.2.9
- Reverted changes to New Tab command implementation

### Version 1.2.8
- Moved storage backend from sync to local due to quota limits introduced with FF 79.
- Fixed context menu not appearing on first right-click if chord gestures disabled and gesture button is not right.
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "foxygestures",
"version": "1.2.8",
"version": "1.2.9",
"description": "Mouse gestures for Firefox",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
Expand Down
2 changes: 1 addition & 1 deletion src/manifest.json
Expand Up @@ -2,7 +2,7 @@

"manifest_version": 2,
"name": "Foxy Gestures",
"version": "1.2.8",
"version": "1.2.9",
"applications": {
"gecko": {
"id": "{e839c3f9-298e-4cd0-99e0-464431cb7c34}",
Expand Down

0 comments on commit 673b6ef

Please sign in to comment.