From 9fbebc1d2dd6d53fca4ce7e81904c5e1fe7c6609 Mon Sep 17 00:00:00 2001 From: Asher Dawes Date: Thu, 13 Jun 2024 20:15:10 -0700 Subject: [PATCH 1/3] update submodule --- gui/Verus-Desktop-GUI | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/Verus-Desktop-GUI b/gui/Verus-Desktop-GUI index dbf12d3..350a926 160000 --- a/gui/Verus-Desktop-GUI +++ b/gui/Verus-Desktop-GUI @@ -1 +1 @@ -Subproject commit dbf12d3fbd99d961ca434a194b28c682b132acc3 +Subproject commit 350a926ce6381d096f0bd312fee3b51b76e8b765 From 24ce85363e6dc310e8686e274665e2175beec10d Mon Sep 17 00:00:00 2001 From: Asher Dawes Date: Thu, 13 Jun 2024 13:03:38 -0700 Subject: [PATCH 2/3] update Pirate binaries --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 09029a3..8128346 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,7 +12,7 @@ variables: VERUSCOIN_VERSION: 1.2.2-5 KOMODO_VERSION: 0.8.1 KOMODO_DOWNLOAD_URL: https://github.com/KomodoPlatform/komodo/releases/download - PIRATE_VERSION: 5.8.1 + PIRATE_VERSION: 5.8.2 PIRATE_DOWNLOAD_URL: https://github.com/PirateNetwork/pirate/releases/download BINARY_SOURCE: VerusCoin VERUS_APPIMAGE_X64: Verus-Desktop-v${VERUS_VERSION}-x86_64.AppImage @@ -42,7 +42,7 @@ build:linux: variables: DOCKER_DRIVER: overlay2 KOMODO_CLI_PACKAGE: komodo_${KOMODO_VERSION}_linux.zip - PIRATE_CLI_PACKAGE: pirate-cli-ubuntu1804-v${PIRATE_VERSION}.zip + PIRATE_CLI_PACKAGE: pirate-cli-ubuntu2004-v${PIRATE_VERSION}.zip before_script: - echo "$AUTH_KEY" > AUTH_KEY.json && gcloud auth activate-service-account From d37f7eba93f2a6695f1481d30506b1351bdc7e0c Mon Sep 17 00:00:00 2001 From: Asher Dawes Date: Thu, 13 Jun 2024 20:15:58 -0700 Subject: [PATCH 3/3] update version --- .gitlab-ci.yml | 4 ++-- package.json | 2 +- version.json | 4 ++-- version_build | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8128346..3e7dd40 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,8 +8,8 @@ stages: variables: DOCKER_DRIVER: overlay2 DEFAULT_VERUSCOIN_BRANCH: release - VERUS_VERSION: 1.2.2-5 - VERUSCOIN_VERSION: 1.2.2-5 + VERUS_VERSION: 1.2.3 + VERUSCOIN_VERSION: 1.2.3 KOMODO_VERSION: 0.8.1 KOMODO_DOWNLOAD_URL: https://github.com/KomodoPlatform/komodo/releases/download PIRATE_VERSION: 5.8.2 diff --git a/package.json b/package.json index 88b1c89..d906d46 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "verus-desktop", "productName": "Verus-Desktop", - "version": "1.2.2-5", + "version": "1.2.3", "description": "Verus Desktop Wallet App", "main": "main.js", "scripts": { diff --git a/version.json b/version.json index 5f531cf..ffb4fdd 100644 --- a/version.json +++ b/version.json @@ -1,6 +1,6 @@ { - "version": "1.2.2-5", - "minVersion": "1.2.2-5", + "version": "1.2.3", + "minVersion": "1.2.3", "versionUrl": "https://raw.githubusercontent.com/VerusCoin/Verus-Desktop/master/version.json", "repository": "https://github.com/VerusCoin/Verus-Desktop/" } diff --git a/version_build b/version_build index a9f3d81..e2cac26 100644 --- a/version_build +++ b/version_build @@ -1 +1 @@ -1.2.2-5 \ No newline at end of file +1.2.3 \ No newline at end of file