Skip to content
This repository has been archived by the owner on Jul 11, 2019. It is now read-only.

Commit

Permalink
Synced with latest Chrome version.
Browse files Browse the repository at this point in the history
  • Loading branch information
itsgoingd committed Sep 29, 2017
1 parent 75de52e commit 017c44d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class UpdateNotification
}

if (this.versionCompare(this.latest().version, this.serverVersion)) {
return { ...this.latest(), currentVersion: this.serverVersion }
return { version: this.latest().version, url: this.latest().url, currentVersion: this.serverVersion }
}
}

Expand Down

0 comments on commit 017c44d

Please sign in to comment.