Skip to content

Commit

Permalink
2.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
SanderRonde committed Aug 19, 2018
1 parent f42b245 commit 3041023
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions app/elements/util/change-log/changelog.js
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,9 @@
],
'2.1.6': [
'Fix dragging of nodes'
],
'2.1.7': [
'Remove some bad practices in code (eval use etc).'
]
};

Expand Down
2 changes: 1 addition & 1 deletion app/manifest.chrome.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.1.6",
"version": "2.1.7",
"short_name": "CRM-dev",
"minimum_chrome_version": "26",

Expand Down
2 changes: 1 addition & 1 deletion app/manifest.edge.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"options_page": "html/options.html",
"name": "Custom Right-Click Menu for Microsoft Edge",
"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.1.6",
"version": "2.1.7",
"short_name": "CRM-dev",

"background": {
Expand Down
2 changes: 1 addition & 1 deletion app/manifest.firefox.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"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.1.6",
"version": "2.1.7",
"short_name": "CRM-dev",
"applications": {
"gecko": {
Expand Down
2 changes: 1 addition & 1 deletion app/manifest.opera.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.1.6",
"version": "2.1.7",
"short_name": "CRM-dev",
"minimum_opera_version": "51.0",

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,6 @@
"package": "gulp genCRX && gulp genXPI",
"postinstall": "node -e \"try { require('fs').symlinkSync(require('path').resolve('node_modules/@bower_components'), 'app/bower_components', 'junction') } catch (e) { }\""
},
"version": "2.1.6",
"version": "2.1.7",
"dependencies": {}
}

0 comments on commit 3041023

Please sign in to comment.