From 44c2e8b24fcff1871ce8ff24f39558c304861bfc Mon Sep 17 00:00:00 2001 From: Simeon Zahariev <43317481+Apokalip@users.noreply.github.com> Date: Fri, 27 Jan 2023 20:26:31 +0200 Subject: [PATCH] Release v1.1.0 (#274) * upgrade proving keys and manta-rs for release Signed-off-by: Apokalip * update scripts gen filepath for ubuntu Signed-off-by: Apokalip * Revert app name change Signed-off-by: Apokalip * Bump versions to 1.1.0 Signed-off-by: Apokalip --------- Signed-off-by: Apokalip --- Cargo.toml | 2 +- ui/package.json | 2 +- ui/public/about.html | 2 +- ui/src-tauri/Cargo.toml | 2 +- ui/src-tauri/tauri.conf.json | 2 +- www/src/App.tsx | 6 +++--- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 461ce3c7..741ae68f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "manta-signer" edition = "2021" -version = "1.0.2" +version = "1.1.0" authors = ["Manta Network "] readme = "README.md" license-file = "LICENSE" diff --git a/ui/package.json b/ui/package.json index 5387725f..e08d9428 100644 --- a/ui/package.json +++ b/ui/package.json @@ -1,6 +1,6 @@ { "name": "manta-signer-ui", - "version": "1.0.3", + "version": "1.1.0", "private": true, "dependencies": { "@tauri-apps/api": "1.0.1", diff --git a/ui/public/about.html b/ui/public/about.html index 3926d836..5c86f0b8 100644 --- a/ui/public/about.html +++ b/ui/public/about.html @@ -38,7 +38,7 @@

Manta Signer

-

Version 1.0.2

+

Version 1.1.0

Copyright © 2019-2022 Manta Network

manta-network/manta-signer diff --git a/ui/src-tauri/Cargo.toml b/ui/src-tauri/Cargo.toml index bd0212d0..2ab13b22 100644 --- a/ui/src-tauri/Cargo.toml +++ b/ui/src-tauri/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "manta-signer-ui" edition = "2018" -version = "1.0.3" +version = "1.1.0" authors = ["Manta Network "] readme = "README.md" license-file = "LICENSE" diff --git a/ui/src-tauri/tauri.conf.json b/ui/src-tauri/tauri.conf.json index 019e08c2..ef8cafe9 100644 --- a/ui/src-tauri/tauri.conf.json +++ b/ui/src-tauri/tauri.conf.json @@ -1,7 +1,7 @@ { "package": { "productName": "manta-signer", - "version": "1.0.3" + "version": "1.1.0" }, "build": { "distDir": "../build", diff --git a/www/src/App.tsx b/www/src/App.tsx index 86ca738c..efbe0916 100755 --- a/www/src/App.tsx +++ b/www/src/App.tsx @@ -78,10 +78,10 @@ function App() { onclick="window.fathom.trackGoal('KUBL03QU', 0);" href={ os === 'Mac' - ? 'https://github.com/Manta-Network/manta-signer/releases/download/v1.0.3/manta-signer-macos-latest_1.0.3-103_x64.dmg' + ? 'https://github.com/Manta-Network/manta-signer/releases/download/v1.1.0/manta-signer-macos-latest_1.1.0-103_x64.dmg' : os === 'Windows' - ? 'https://github.com/Manta-Network/manta-signer/releases/download/v1.0.3/manta-signer-windows-2019_1.0.3_x64.msi' - : 'https://github.com/Manta-Network/manta-signer/releases/download/v1.0.3/manta-signer-ubuntu-18.04_1.0.3_amd64.deb' + ? 'https://github.com/Manta-Network/manta-signer/releases/download/v1.1.0/manta-signer-windows-2019_1.1.0_x64.msi' + : 'https://github.com/Manta-Network/manta-signer/releases/download/v1.1.0/manta-signer-ubuntu-18.04_1.1.0_amd64.deb' } title={ os === 'Mac'