Skip to content

Commit 38dbc83

Browse files
committed
2.2.5
1 parent 7dff35a commit 38dbc83

5 files changed

Lines changed: 7 additions & 4 deletions

File tree

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,9 @@
179179
],
180180
'2.2.4': [
181181
'Now uses synced data of previous instances when downloading the extension on a new computer'
182+
],
183+
'2.2.5': [
184+
'Fix bug that happened when upgrading version'
182185
]
183186
};
184187

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 and scripts you want in it.",
7-
"version": "2.2.4",
7+
"version": "2.2.5",
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 and scripts you want in it.",
8-
"version": "2.2.4",
8+
"version": "2.2.5",
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 and scripts you want in it.",
11-
"version": "2.2.4",
11+
"version": "2.2.5",
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 and scripts you want in it.",
7-
"version": "2.2.4",
7+
"version": "2.2.5",
88
"short_name": "CRM-dev",
99
"minimum_opera_version": "51.0",
1010

0 commit comments

Comments
 (0)