aboutsummaryrefslogtreecommitdiff
path: root/chrome/content
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/content')
-rw-r--r--chrome/content/code/redirector.prototype.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/chrome/content/code/redirector.prototype.js b/chrome/content/code/redirector.prototype.js
index 8f4cf6a..d5d78f9 100644
--- a/chrome/content/code/redirector.prototype.js
+++ b/chrome/content/code/redirector.prototype.js
@@ -258,7 +258,9 @@ Redirector.prototype = {
}
this._prefs.redirects = newArr.join(':::');
}
- this._prefs.version = '2.0';
+ this._prefs.version = '2.0.1';
+ } else if (version == '2.0') {
+ this._prefs.version = '2.0.1';
}
//Update finished