diff options
author | papush | 2021-04-29 15:51:55 +0200 |
---|---|---|
committer | papush | 2021-04-29 15:56:39 +0200 |
commit | 83c649f120932ccbcd40dba7763273d96d47d3b5 (patch) | |
tree | 269cf679d2335ad53e4cf41ea517ac5acb7481e7 /chrome/js | |
parent | 372b801329584f92e942139011cdbb2d0c92085c (diff) |
bump version and make palemoon compatible
Diffstat (limited to 'chrome/js')
-rw-r--r-- | chrome/js/redirector.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/js/redirector.js b/chrome/js/redirector.js index da4904a..f1145e1 100644 --- a/chrome/js/redirector.js +++ b/chrome/js/redirector.js @@ -105,7 +105,7 @@ Redirector = { }, handleUpgrades : function(){ - var currentVersion = '2.7.1'; + var currentVersion = '2.8.2'; this._list = []; if (this._prefs.version == currentVersion) { |