Skip to content

Commit

Permalink
2.0.19
Browse files Browse the repository at this point in the history
  • Loading branch information
SanderRonde committed Dec 1, 2017
1 parent 929e386 commit ec040c0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions app/elements/change-log/changelog.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,10 @@
'Fixed dragging',
'Types can be changed again',
'Widened nodes'
],
'2.0.19': [
'Fixed cancelling selection',
'Fixed type switching animation'
]
};
}());
2 changes: 1 addition & 1 deletion app/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"options_page": "html/options.html",
"name": "Custom Right-Click Menu",
"description": "Create a custom right-click menu and choose the links you to have in it. You can even add your own scripts or markup for the page.",
"version": "2.0.18",
"version": "2.0.19",
"short_name": "CRM-dev",
"minimum_chrome_version": "26",

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,6 @@
"test": "grunt test",
"build": "grunt build"
},
"version": "2.0.18",
"version": "2.0.19",
"dependencies": {}
}

0 comments on commit ec040c0

Please sign in to comment.