mirror of https://github.com/embarklabs/embark.git
update to 2.1.3
This commit is contained in:
parent
0524b17309
commit
67074ee60f
|
@ -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();
|
||||||
|
|
Loading…
Reference in New Issue