aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--background_scripts/settings.coffee2
1 files changed, 1 insertions, 1 deletions
diff --git a/background_scripts/settings.coffee b/background_scripts/settings.coffee
index 2eb7c1d6..2ebe1040 100644
--- a/background_scripts/settings.coffee
+++ b/background_scripts/settings.coffee
@@ -65,6 +65,6 @@ root.Settings = Settings =
settingsVersion: Utils.getCurrentVersion()
# We use settingsVersion to coordinate any necessary schema changes.
-if Utils.compareVersions("1.41", Settings.get("settingsVersion")) != -1
+if Utils.compareVersions("1.42", Settings.get("settingsVersion")) != -1
Settings.set("scrollStepSize", parseFloat Settings.get("scrollStepSize"))
Settings.set("settingsVersion", Utils.getCurrentVersion())