Merge pull request #2271 from matiu/vv0.9.3

Vv0.9.3
This commit is contained in:
Matias Alejo Garcia 2015-01-05 15:14:51 -03:00
commit a5880faa1e
3 changed files with 3 additions and 3 deletions

View file

@ -73,7 +73,7 @@ module.exports = function(grunt) {
},
config: {
files: ['config.js'],
tasks: ['shell:dev', 'concat:main']
tasks: ['exec:dev', 'concat:main']
},
test: {
files: ['test/**/*.js'],

View file

@ -35,7 +35,7 @@ mkdir -p $APPDIR
# Re-compile copayBundle.js
echo "${OpenColor}${Green}* Generating copay bundle...${CloseColor}"
grunt --target=dev shell
grunt prod
checkOK
# Copy all chrome-extension files

View file

@ -2,7 +2,7 @@
"name": "copay",
"description": "A multisignature wallet",
"author": "BitPay",
"version": "0.9.2",
"version": "0.9.3",
"keywords": [
"wallet",
"copay",