Skip to content

Commit 0747c72

Browse files
committed
2.2.0
1 parent fdf5a08 commit 0747c72

File tree

6 files changed

+12
-6
lines changed

6 files changed

+12
-6
lines changed

app/elements/util/change-log/changelog.js

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,13 @@
157157
'2.1.7': [
158158
'Remove some bad practices in code (eval use etc).'
159159
],
160-
'2.1.8': []
160+
'2.1.8': [],
161+
'2.2.0': [
162+
'Only a version bump from version 2.1.8 (no changes). This is the first ' +
163+
'version since 2.0.19 that is published on the chrome webstore ' +
164+
'and as such will be a breaking change relative to 2.0.19, which ' +
165+
' is why the version is bumped.'
166+
]
161167
};
162168

163169
return changelog;

app/manifest.chrome.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"options_page": "html/options.html",
55
"name": "Custom Right-Click Menu",
66
"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.",
7-
"version": "2.1.8",
7+
"version": "2.2.0",
88
"short_name": "CRM-dev",
99
"minimum_chrome_version": "26",
1010

app/manifest.edge.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"options_page": "html/options.html",
66
"name": "Custom Right-Click Menu for Microsoft Edge",
77
"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.",
8-
"version": "2.1.8",
8+
"version": "2.2.0",
99
"short_name": "CRM-dev",
1010

1111
"background": {

app/manifest.firefox.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"name": "Custom Right-Click Menu",
1010
"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.",
11-
"version": "2.1.8",
11+
"version": "2.2.0",
1212
"short_name": "CRM-dev",
1313
"applications": {
1414
"gecko": {

app/manifest.opera.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"options_page": "html/options.html",
55
"name": "Custom Right-Click Menu",
66
"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.",
7-
"version": "2.1.8",
7+
"version": "2.2.0",
88
"short_name": "CRM-dev",
99
"minimum_opera_version": "51.0",
1010

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,6 @@
208208
"package": "gulp genCRX && gulp genXPI",
209209
"postinstall": "node -e \"try { require('fs').symlinkSync(require('path').resolve('node_modules/@bower_components'), 'app/bower_components', 'junction') } catch (e) { }\""
210210
},
211-
"version": "2.1.8",
211+
"version": "2.2.0",
212212
"dependencies": {}
213213
}

0 commit comments

Comments
 (0)