diff options
author | papush | 2021-05-26 13:20:14 +0200 |
---|---|---|
committer | papush | 2021-05-26 13:20:14 +0200 |
commit | 02c49bb9d8e979fc67a79c89afc7c4373d02380e (patch) | |
tree | 6f7f00dda64d71819d4bc257983dd3edad9038b5 /chrome/js | |
parent | 99785066b7dd5cf767787b7d374696d436f110ec (diff) |
bump version
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 f1145e1..fa48d68 100644 --- a/chrome/js/redirector.js +++ b/chrome/js/redirector.js @@ -105,7 +105,7 @@ Redirector = { }, handleUpgrades : function(){ - var currentVersion = '2.8.2'; + var currentVersion = '2.8.3'; this._list = []; if (this._prefs.version == currentVersion) { |