Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release/v0.14.1 #749

Merged
merged 5 commits into from
May 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.14.1

Fix build for windows

## 0.14.0

Support for vega v0.75.8
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.14.0"
Version = "v0.14.1"

About = fmt.Sprintf(aboutAppTemplate, Version, VersionHash)
)
Expand Down
1 change: 1 addition & 0 deletions frontend/.yarnrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
network-timeout 1000000000
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.14.0",
"version": "0.14.1",
"private": true,
"engines": {
"node": "^18.12.0"
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.14.0",
"productVersion": "0.14.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.14.0",
"productVersion": "0.14.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.14.0",
"productVersion": "0.14.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.14.0",
"productVersion": "0.14.1",
"copyright": "Copyright (c) 2023 Gobalsky Labs Ltd.",
"comments": "Application to manage your Vega Protocol wallet on Mainnet."
}
Expand Down
Loading