diff --git a/CHANGELOG.md b/CHANGELOG.md index 9bc5739e..6c1f8134 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 0.14.1 + +Fix build for windows + ## 0.14.0 Support for vega v0.75.8 diff --git a/app/app.go b/app/app.go index 2212a808..9b2727b2 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.14.0" + Version = "v0.14.1" About = fmt.Sprintf(aboutAppTemplate, Version, VersionHash) ) diff --git a/frontend/.yarnrc b/frontend/.yarnrc new file mode 100644 index 00000000..883ca025 --- /dev/null +++ b/frontend/.yarnrc @@ -0,0 +1 @@ +network-timeout 1000000000 diff --git a/frontend/package.json b/frontend/package.json index 0b179d93..8a5eccef 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -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" diff --git a/wails.develop.json b/wails.develop.json index 0c79d51e..c970e01d 100644 --- a/wails.develop.json +++ b/wails.develop.json @@ -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." } diff --git a/wails.fairground.json b/wails.fairground.json index 58c8aeb1..88c26036 100644 --- a/wails.fairground.json +++ b/wails.fairground.json @@ -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." } diff --git a/wails.json b/wails.json index 9db121ab..56586611 100644 --- a/wails.json +++ b/wails.json @@ -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." } diff --git a/wails.mainnet.json b/wails.mainnet.json index 9db121ab..56586611 100644 --- a/wails.mainnet.json +++ b/wails.mainnet.json @@ -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." }