Skip to content

Commit

Permalink
Merge pull request #203 from VerusCoin/dev
Browse files Browse the repository at this point in the history
v1.0.12-1
  • Loading branch information
Asherda authored Jul 1, 2023
2 parents 0577022 + 7e3446b commit c68d218
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ stages:
variables:
DOCKER_DRIVER: overlay2
DEFAULT_VERUSCOIN_BRANCH: release
VERUS_VERSION: 1.0.12
VERUSCOIN_VERSION: 1.0.12
VERUS_VERSION: 1.0.12-1
VERUSCOIN_VERSION: 1.0.12-1
KOMODO_VERSION: 0.8.0
KOMODO_DOWNLOAD_URL: https://github.com/KomodoPlatform/komodo/releases/download
PIRATE_VERSION: 5.7.2
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "verus-desktop",
"productName": "Verus-Desktop",
"version": "1.0.12",
"version": "1.0.12-1",
"description": "Verus Desktop Wallet App",
"main": "main.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.12",
"version": "1.0.12-1",
"minVersion": "1.0.12",
"versionUrl": "https://raw.githubusercontent.com/VerusCoin/Verus-Desktop/master/version.json",
"repository": "https://github.com/VerusCoin/Verus-Desktop/"
Expand Down
2 changes: 1 addition & 1 deletion version_build
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.12
1.0.12-1
5 changes: 3 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1495,7 +1495,7 @@ bitcoinjs-message@^2.1.0:
optionalDependencies:
secp256k1 "^3.5.2"

"blake2b-wasm@https://github.com/BitGo/blake2b-wasm#193cdb71656c1a6c7f89b05d0327bb9b758d071b", "blake2b-wasm@https://github.com/michaeltout/blake2b-wasm":
"blake2b-wasm@git+https://github.com/michaeltout/blake2b-wasm.git", "blake2b-wasm@https://github.com/BitGo/blake2b-wasm#193cdb71656c1a6c7f89b05d0327bb9b758d071b", "blake2b-wasm@https://github.com/michaeltout/blake2b-wasm":
version "2.0.0"
resolved "https://github.com/michaeltout/blake2b-wasm#a16070b30bb8d8aee670f0c69b642913eca79998"
dependencies:
Expand Down Expand Up @@ -7729,11 +7729,12 @@ verror@^1.10.0:

"verus_bridgekeeper@git+https://github.com/VerusCoin/verusbridgekeeper.git":
version "1.0.6"
resolved "git+https://github.com/VerusCoin/verusbridgekeeper.git#e2666be136160e343b562f726e2e0920c6e30ccc"
resolved "git+https://github.com/VerusCoin/verusbridgekeeper.git#0a4cfe56451659c8efe969b316324cb3ec2fcac9"
dependencies:
axios "0.25.0"
base58check "^2.0.0"
bitgo-utxo-lib "git+https://github.com/VerusCoin/bitgo-utxo-lib.git"
blake2b-wasm "git+https://github.com/michaeltout/blake2b-wasm.git"
ethers "5.1.0"
ini "2.0.0"
long "5.2.0"
Expand Down

0 comments on commit c68d218

Please sign in to comment.