Skip to content

Commit

Permalink
Update to vega 0.74.10 (#745)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattrussell36 authored Mar 19, 2024
2 parents 71ac95b + 01284a1 commit 69175b2
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 9 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.13.1

Support for vega v0.74.10

## 0.13.0

Support for vega v0.74.3
Expand Down
2 changes: 1 addition & 1 deletion app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ var (

// Version specifies the version used to build the application.
// See VERSION in Makefile for details.
Version = "v0.13.0"
Version = "v0.13.1"

About = fmt.Sprintf(aboutAppTemplate, Version, VersionHash)
)
Expand Down
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vegawallet",
"author": "Gobalsky Labs Ltd.",
"version": "0.13.0",
"version": "0.13.1",
"private": true,
"engines": {
"node": "^18.12.0"
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.21
toolchain go1.21.7

require (
code.vegaprotocol.io/vega v0.74.3
code.vegaprotocol.io/vega v0.74.10
github.com/gen2brain/beeep v0.0.0-20240112042604-c7bb2cd88fea
github.com/wailsapp/wails/v2 v2.8.0
go.uber.org/zap v1.27.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
code.vegaprotocol.io/vega v0.74.3 h1:WwH8UNM0YlMCyGdgHbfz6vcE3Fpbkurqmob4nltFUIc=
code.vegaprotocol.io/vega v0.74.3/go.mod h1:naS1364ETvPcidgqmK5TA37O6CsomlsLTOMmxSILZfs=
code.vegaprotocol.io/vega v0.74.10 h1:RoNOe5urReFb21iJFibh4YmJ4dBpBL2eQTQvW79qyBQ=
code.vegaprotocol.io/vega v0.74.10/go.mod h1:naS1364ETvPcidgqmK5TA37O6CsomlsLTOMmxSILZfs=
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=
Expand Down
2 changes: 1 addition & 1 deletion wails.develop.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"info": {
"companyName": "Gobalsky Labs Ltd.",
"productName": "Vega Wallet Dev",
"productVersion": "0.13.0",
"productVersion": "0.13.1",
"copyright": "Copyright (c) 2023 Gobalsky Labs Ltd.",
"comments": "Application to manage your Vega Protocol wallet on development networks."
}
Expand Down
2 changes: 1 addition & 1 deletion wails.fairground.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"info": {
"companyName": "Gobalsky Labs Ltd.",
"productName": "Fairground Wallet",
"productVersion": "0.13.0",
"productVersion": "0.13.1",
"copyright": "Copyright (c) 2023 Gobalsky Labs Ltd.",
"comments": "Application to manage your Vega Protocol wallet on Fairground."
}
Expand Down
2 changes: 1 addition & 1 deletion wails.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"info": {
"companyName": "Gobalsky Labs Ltd.",
"productName": "Vega Wallet",
"productVersion": "0.13.0",
"productVersion": "0.13.1",
"copyright": "Copyright (c) 2023 Gobalsky Labs Ltd.",
"comments": "Application to manage your Vega Protocol wallet on Mainnet."
}
Expand Down
2 changes: 1 addition & 1 deletion wails.mainnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"info": {
"companyName": "Gobalsky Labs Ltd.",
"productName": "Vega Wallet",
"productVersion": "0.13.0",
"productVersion": "0.13.1",
"copyright": "Copyright (c) 2023 Gobalsky Labs Ltd.",
"comments": "Application to manage your Vega Protocol wallet on Mainnet."
}
Expand Down

0 comments on commit 69175b2

Please sign in to comment.