Skip to content

Commit

Permalink
Merge pull request #246 from VerusCoin/dev
Browse files Browse the repository at this point in the history
v1.2.3
  • Loading branch information
Asherda authored Jun 14, 2024
2 parents f76c6df + d37f7eb commit 305bdc1
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ 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.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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion gui/Verus-Desktop-GUI
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.2.2-5",
"version": "1.2.3",
"description": "Verus Desktop Wallet App",
"main": "main.js",
"scripts": {
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.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/"
}
2 changes: 1 addition & 1 deletion version_build
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.2.2-5
1.2.3

0 comments on commit 305bdc1

Please sign in to comment.