Merge branch 'tos' into tosplusupdatecheck

This commit is contained in:
Kevin Serrano 2016-10-07 00:11:00 -07:00
commit 6a1a85ffdd
No known key found for this signature in database
GPG Key ID: 7CC862A58D2889B4
1 changed files with 1 additions and 1 deletions

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() 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) console.log(msg)