update to 2.1.3

This commit is contained in:
Iuri Matias 2016-10-30 08:57:44 -04:00
parent 0524b17309
commit 67074ee60f
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ var Embark = {
function welcome(callback) { function welcome(callback) {
if (!options.useDashboard) { if (!options.useDashboard) {
console.log('========================'.bold.green); console.log('========================'.bold.green);
console.log('Welcome to Embark 2.1.2'.yellow.bold); console.log('Welcome to Embark 2.1.3'.yellow.bold);
console.log('========================'.bold.green); console.log('========================'.bold.green);
} }
callback(); callback();