1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-22 17:33:23 +01:00

Merge pull request #710 from MetaMask/EmphasizeAutoUpdating

Emphasize auto-updating in announcement
This commit is contained in:
Dan Finlay 2016-10-05 20:28:02 -07:00 committed by GitHub
commit 0182f8a4e9

View File

@ -7,6 +7,6 @@ var changelog = fs.readFileSync(path.join(__dirname, '..', 'CHANGELOG.md')).toSt
var log = changelog.split(version)[1].split('##')[0].trim()
let msg = `*MetaMask ${version}* now published to the Chrome Store! It should be available over the next hour!\n${log}`
let msg = `*MetaMask ${version}* now published to the Chrome Store! It should auto-update over the next hour!\n${log}`
console.log(msg)