Skip to content

Commit

Permalink
Merge branch 'dev' of https://github.com/VerusCoin/Agama into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeltout committed Jun 7, 2019
2 parents a71dc45 + 0d4bf9c commit b667032
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 16 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ variables:
DOCKER_DRIVER: overlay2
DEFAULT_VERUSCOIN_BRANCH: ${CI_COMMIT_REF_NAME}
DEFAULT_EASYDEXGUI_BRANCH: ${CI_COMMIT_REF_NAME}
AGAMA_VERSION: 0.6.0-13-PBaaS-Cross-chain-Technology-Preview
VERUSCOIN_VERSION: 0.6.0-12-PBaaS-Cross-chain-Technology-Preview
AGAMA_VERSION: 0.5.7
VERUSCOIN_VERSION: 0.5.7
KOMODO_VERSION: 0.3.3b-beta
BINARY_SOURCE: VerusCoin
EASYDEX_GUI_BUILD: build.tar.gz
Expand Down
9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Agama",
"productName": "Agama",
"version": "0.6.0+13",
"version": "0.5.7",
"description": "Agama Wallet Desktop App",
"main": "main.js",
"scripts": {
Expand Down Expand Up @@ -41,7 +41,6 @@
"dependencies": {
"adm-zip": "^0.4.7",
"agama-wallet-lib": "git://github.com/VerusCoin/agama-wallet-lib#dev",
"coins": "https://github.com/jl777/coins.git",
"arch": "^2.1.0",
"async": "^2.6.0",
"bigi": "^1.4.2",
Expand Down Expand Up @@ -98,7 +97,7 @@
],
"asar": false,
"mac": {
"artifactName": "${productName}-MacOS-v${version}-13-PBaaS-Cross-chain-Technology-Preview.${ext}",
"artifactName": "${productName}-MacOS-v${version}.${ext}",
"icon": "assets/icons/agama_icons/agama_app_icon.icns",
"target": [
"dmg",
Expand All @@ -121,7 +120,7 @@
]
},
"linux": {
"artifactName": "${productName}-Linux-v${version}-13-PBaaS-Cross-chain-Technology-Preview.${ext}",
"artifactName": "${productName}-Linux-v${version}.${ext}",
"icon": "assets/icons/agama_icons",
"desktop": {
"Encoding": "UTF-8"
Expand All @@ -131,7 +130,7 @@
]
},
"win": {
"artifactName": "${productName}-Windows-v${version}-13-PBaaS-Cross-chain-Technology-Preview.${ext}",
"artifactName": "${productName}-Windows-v${version}.${ext}",
"target": [
"nsis",
"zip"
Expand Down
4 changes: 2 additions & 2 deletions version
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
version=0.6.0-13-PBaaS-Cross-chain-Technology-Preview
version=0.5.7
type=beta
minversion=0.6.0-13-PBaaS-Cross-chain-Technology-Preview
minversion=0.5.7
2 changes: 1 addition & 1 deletion version_build
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.6.0-13-PBaaS-Cross-chain-Technology-Preview
0.5.7
5 changes: 0 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -569,7 +569,6 @@ bitcoinjs-message@^2.0.0:

"bitcore-lib-zcash@git+https://github.com/zcash-hackworks/bitcore-lib-zcash":
version "0.13.19"
uid e97ae1dd2e9f14d6076d5e5429c75d8965afa4ab
resolved "git+https://github.com/zcash-hackworks/bitcore-lib-zcash#e97ae1dd2e9f14d6076d5e5429c75d8965afa4ab"
dependencies:
bn.js "=2.0.4"
Expand Down Expand Up @@ -1054,10 +1053,6 @@ code-point-at@^1.0.0:
resolved "https://registry.yarnpkg.com/code-point-at/-/code-point-at-1.1.0.tgz#0d070b4d043a5bea33a2f1a40e2edb3d9a4ccf77"
integrity sha1-DQcLTQQ6W+ozovGkDi7bPZpMz3c=

"coins@https://github.com/jl777/coins.git":
version "0.0.0"
resolved "https://github.com/jl777/coins.git#3694bff905902b945c906322051be04cfb1d44e4"

"coinselect@github:bitcoinjs/coinselect":
version "3.1.11"
resolved "https://codeload.github.com/bitcoinjs/coinselect/tar.gz/288f24d221e5f1e5beac883043cc706914b2b2bd"
Expand Down

0 comments on commit b667032

Please sign in to comment.