Merge pull request #2068 from MyCryptoHQ/develop

Release 1.2.1
This commit is contained in:
Daniel Ternyak 2018-07-13 18:24:00 -07:00 committed by GitHub
commit cd62e1a2de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@ pipeline {
S3_BUCKET_NAME = 'REDACTED'
}
steps {
sh 'npm run jenkins:build:linux'
sh 'yarn run jenkins:build:linux'
}
}
stage('Upload') {

View File

@ -1,7 +1,7 @@
{
"name": "MyCrypto",
"author": "MyCryptoHQ",
"version": "1.2.0",
"version": "1.2.1",
"main": "main.js",
"description": "MyCrypto web and electron app",
"repository": "https://github.com/MyCryptoHQ/MyCrypto",