update to 1.0.1

This commit is contained in:
Iuri Matias 2015-10-12 19:27:33 -04:00
parent 40add07a0d
commit 8b44f4fbe0
3 changed files with 4 additions and 4 deletions

View File

@ -32,7 +32,7 @@ var deploy = function(env, embarkConfig, cb) {
}
program
.version('1.0.0');
.version('1.0.1');
program.command('new [name]').description('New application').action(function(name) {
if (name === undefined) {

View File

@ -10,7 +10,7 @@
"license": "ISC",
"homepage": "",
"devDependencies": {
"embark-framework": "^1.0.0",
"embark-framework": "^1.0.1",
"grunt-embark": "^0.5.1",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-coffee": "^0.13.0",

View File

@ -1,6 +1,6 @@
{
"name": "embark-framework",
"version": "1.0.0",
"version": "1.0.1",
"description": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
@ -24,7 +24,7 @@
"toposort": "^0.2.10",
"web3": "^0.8.1",
"wrench": "^1.5.8",
"ethersim": "^0.1.0"
"ethersim": "^0.1.1"
},
"author": "Iuri Matias <iuri.matias@gmail.com>",
"contributors": [],