Skip to content

Commit

Permalink
change settings fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
JLaferri committed Feb 22, 2019
1 parent 5befc65 commit d943fd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/reducers/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ function fixSettingsOnNewVersion() {
// in prod though
const currentVersion = app.getVersion()

if (!prevVersion && semver.gte(currentVersion, '1.2.4')) {
if (!prevVersion && semver.gte(currentVersion, '1.1.10')) {
// If not on linux, let's clear that setting. We are doing this
// because the previous settings page would set it to the default
// but then the path changed, so people upgrading from older versions
Expand Down

0 comments on commit d943fd6

Please sign in to comment.