From 7b935c8ef38a82650a83ea6004715a196e27f8e2 Mon Sep 17 00:00:00 2001 From: Matthew Russell Date: Wed, 17 Apr 2024 11:32:50 -0400 Subject: [PATCH] chore: bump versions for 0.14.0 --- CHANGELOG.md | 4 ++++ app/app.go | 2 +- frontend/package.json | 2 +- go.mod | 2 +- go.sum | 4 ++-- wails.develop.json | 2 +- wails.fairground.json | 2 +- wails.json | 2 +- wails.mainnet.json | 2 +- 9 files changed, 13 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b9bc7422..9bc5739e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 0.14.0 + +Support for vega v0.75.8 + ## 0.13.1 Support for vega v0.74.10 diff --git a/app/app.go b/app/app.go index b5fc85d6..2212a808 100644 --- a/app/app.go +++ b/app/app.go @@ -12,7 +12,7 @@ var ( // Version specifies the version used to build the application. // See VERSION in Makefile for details. - Version = "v0.13.1" + Version = "v0.14.0" About = fmt.Sprintf(aboutAppTemplate, Version, VersionHash) ) diff --git a/frontend/package.json b/frontend/package.json index a267831d..0b179d93 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,7 +1,7 @@ { "name": "vegawallet", "author": "Gobalsky Labs Ltd.", - "version": "0.13.1", + "version": "0.14.0", "private": true, "engines": { "node": "^18.12.0" diff --git a/go.mod b/go.mod index bfa0b26e..af521a0c 100644 --- a/go.mod +++ b/go.mod @@ -5,7 +5,7 @@ go 1.21 toolchain go1.21.7 require ( - code.vegaprotocol.io/vega v0.74.10 + code.vegaprotocol.io/vega v0.75.8 github.com/gen2brain/beeep v0.0.0-20240112042604-c7bb2cd88fea github.com/wailsapp/wails/v2 v2.8.0 go.uber.org/zap v1.27.0 diff --git a/go.sum b/go.sum index acd71204..83488de4 100644 --- a/go.sum +++ b/go.sum @@ -1,5 +1,5 @@ -code.vegaprotocol.io/vega v0.74.10 h1:RoNOe5urReFb21iJFibh4YmJ4dBpBL2eQTQvW79qyBQ= -code.vegaprotocol.io/vega v0.74.10/go.mod h1:naS1364ETvPcidgqmK5TA37O6CsomlsLTOMmxSILZfs= +code.vegaprotocol.io/vega v0.75.8 h1:S7wVzOvrnsQPWehJdU4jnp2xLjH7h4IPRdoyRviKppQ= +code.vegaprotocol.io/vega v0.75.8/go.mod h1:BsCaA1w1yC5MOrsuGx8VJWih59sKmq1xCt6Gd1hsrbw= github.com/BurntSushi/toml v1.2.1 h1:9F2/+DoOYIOksmaJFPw1tGFy1eDnIJXg+UHjuD8lTak= github.com/BurntSushi/toml v1.2.1/go.mod h1:CxXYINrC8qIiEnFrOxCa7Jy5BFHlXnUU2pbicEuybxQ= github.com/DataDog/zstd v1.5.2 h1:vUG4lAyuPCXO0TLbXvPv7EB7cNK1QV/luu55UHLrrn8= diff --git a/wails.develop.json b/wails.develop.json index 0ebc7741..0c79d51e 100644 --- a/wails.develop.json +++ b/wails.develop.json @@ -11,7 +11,7 @@ "info": { "companyName": "Gobalsky Labs Ltd.", "productName": "Vega Wallet Dev", - "productVersion": "0.13.1", + "productVersion": "0.14.0", "copyright": "Copyright (c) 2023 Gobalsky Labs Ltd.", "comments": "Application to manage your Vega Protocol wallet on development networks." } diff --git a/wails.fairground.json b/wails.fairground.json index 06c6f5a5..58c8aeb1 100644 --- a/wails.fairground.json +++ b/wails.fairground.json @@ -11,7 +11,7 @@ "info": { "companyName": "Gobalsky Labs Ltd.", "productName": "Fairground Wallet", - "productVersion": "0.13.1", + "productVersion": "0.14.0", "copyright": "Copyright (c) 2023 Gobalsky Labs Ltd.", "comments": "Application to manage your Vega Protocol wallet on Fairground." } diff --git a/wails.json b/wails.json index 67ff0847..9db121ab 100644 --- a/wails.json +++ b/wails.json @@ -11,7 +11,7 @@ "info": { "companyName": "Gobalsky Labs Ltd.", "productName": "Vega Wallet", - "productVersion": "0.13.1", + "productVersion": "0.14.0", "copyright": "Copyright (c) 2023 Gobalsky Labs Ltd.", "comments": "Application to manage your Vega Protocol wallet on Mainnet." } diff --git a/wails.mainnet.json b/wails.mainnet.json index 67ff0847..9db121ab 100644 --- a/wails.mainnet.json +++ b/wails.mainnet.json @@ -11,7 +11,7 @@ "info": { "companyName": "Gobalsky Labs Ltd.", "productName": "Vega Wallet", - "productVersion": "0.13.1", + "productVersion": "0.14.0", "copyright": "Copyright (c) 2023 Gobalsky Labs Ltd.", "comments": "Application to manage your Vega Protocol wallet on Mainnet." }