Skip to content

Commit

Permalink
Merge pull request #274 from VerusCoin/dev
Browse files Browse the repository at this point in the history
v1.2.9
  • Loading branch information
Asherda authored Feb 26, 2025
2 parents f380188 + eb772dc commit a4c8b5f
Show file tree
Hide file tree
Showing 6 changed files with 86 additions and 148 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.2.8
VERUSCOIN_VERSION: 1.2.8
VERUS_VERSION: 1.2.9
VERUSCOIN_VERSION: 1.2.9
KOMODO_VERSION: 0.9.0
KOMODO_DOWNLOAD_URL: https://github.com/KomodoPlatform/komodo/releases/download
PIRATE_VERSION: 5.9.0
Expand Down
2 changes: 1 addition & 1 deletion gui/Verus-Desktop-GUI
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "verus-desktop",
"productName": "Verus-Desktop",
"version": "1.2.8",
"version": "1.2.9",
"description": "Verus Desktop Wallet App",
"main": "main.js",
"scripts": {
Expand Down Expand Up @@ -52,7 +52,7 @@
"agama-wallet-lib": "git+https://github.com/VerusCoin/agama-wallet-lib.git#dev",
"arch": "2.1.0",
"async": "2.6.4",
"axios": "1.6.5",
"axios": "1.7.4",
"base64url": "git+https://github.com/VerusCoin/base64url.git",
"bigi": "1.4.2",
"bitgo-utxo-lib": "git+https://github.com/VerusCoin/bitgo-utxo-lib.git",
Expand All @@ -65,7 +65,7 @@
"csv-writer": "1.6.0",
"ethers": "5.1.0",
"ethers-michaeltout": "github:michaeltout/ethersjs-package",
"express": "4.17.3",
"express": "4.19.2",
"fix-path": "2.1.0",
"fs-extra": "9.1.0",
"graceful-fs": "4.1.11",
Expand All @@ -78,7 +78,7 @@
"semver-compare": "1.0.0",
"sha256": "0.2.0",
"socket.io": "4.6.2",
"systeminformation": "5.21.9",
"systeminformation": "5.23.8",
"tx-builder": "^0.18.0",
"unzipper": "0.10.11",
"verus-typescript-primitives": "git+https://github.com/VerusCoin/verus-typescript-primitives.git",
Expand Down Expand Up @@ -168,7 +168,7 @@
"yargs-parser": "13.1.2",
"minimist": "1.2.6",
"decode-uri-component": "0.2.1",
"elliptic": "6.5.4",
"elliptic": "6.6.1",
"ejs": "3.1.7",
"bn.js": "4.11.8",
"dot-prop": "5.2.0",
Expand All @@ -191,7 +191,7 @@
"minimatch": "5.1.0",
"json-schema": "0.4.0",
"got": "11.8.5",
"axios": "1.6.5",
"axios": "1.7.4",
"json5": "2.2.2",
"semver": "6.3.1",
"tough-cookie": "4.1.3",
Expand Down
4 changes: 2 additions & 2 deletions version.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"version": "1.2.8",
"minVersion": "1.2.5-3",
"version": "1.2.9",
"minVersion": "1.2.9",
"versionUrl": "https://raw.githubusercontent.com/VerusCoin/Verus-Desktop/master/version.json",
"repository": "https://github.com/VerusCoin/Verus-Desktop/"
}
2 changes: 1 addition & 1 deletion version_build
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.2.8
1.2.9
Loading

0 comments on commit a4c8b5f

Please sign in to comment.