Skip to content

Commit

Permalink
Merge branch 'release/2.0.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeDead committed Apr 6, 2020
2 parents 7992da8 + 9d15bfa commit 7da30b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/Updater/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export const Updater = (os) => {
data.updateAvailable = true;
else if (platform.version.minorVersion > 0)
data.updateAvailable = true;
else if (platform.version.buildVersion > 1)
else if (platform.version.buildVersion > 2)
data.updateAvailable = true;
else if (platform.version.revisionVersion > 0)
data.updateAvailable = true;
Expand Down

0 comments on commit 7da30b5

Please sign in to comment.