Make announcement more general

This commit is contained in:
Dan Finlay 2018-02-01 16:14:28 -08:00
parent 9f304e3026
commit 6d9ea863bd
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()
let msg = `*MetaMask ${version}* now published to the Chrome Store! It should auto-update soon!\n${log}`
let msg = `*MetaMask ${version}* now published! It should auto-update soon!\n${log}`
console.log(msg)