From 75832139e4d9927041b941d7406c4f44dcb0593d Mon Sep 17 00:00:00 2001 From: Simeon Zahariev <43317481+Apokalip@users.noreply.github.com> Date: Mon, 13 Feb 2023 23:40:15 +0200 Subject: [PATCH] Release 1.1.1 (#293) Signed-off-by: Apokalip --- CHANGELOG.md | 16 ++-------------- 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 +++--- 7 files changed, 10 insertions(+), 22 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d3b9c1d0..7344f0d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,21 +2,8 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## Unreleased -### Added - -### Changed - -### Deprecated - -### Removed -### Fixed -- [\#292](https://github.com/Manta-Network/manta-signer/pull/292) Fix linux signer not finding proving keys on system - -### Security - -## Unreleased +## [1.1.1] 2023-02-13 ### Added ### Changed @@ -26,6 +13,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ### Removed ### Fixed +- [\#292](https://github.com/Manta-Network/manta-signer/pull/292) Fix linux signer not finding proving keys on system - [\#289](https://github.com/Manta-Network/manta-signer/pull/289) Fix authorization state preventing consecutive transactions ### Security diff --git a/Cargo.toml b/Cargo.toml index 741ae68f..81f95d55 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "manta-signer" edition = "2021" -version = "1.1.0" +version = "1.1.1" authors = ["Manta Network "] readme = "README.md" license-file = "LICENSE" diff --git a/ui/package.json b/ui/package.json index e08d9428..508ebb9d 100644 --- a/ui/package.json +++ b/ui/package.json @@ -1,6 +1,6 @@ { "name": "manta-signer-ui", - "version": "1.1.0", + "version": "1.1.1", "private": true, "dependencies": { "@tauri-apps/api": "1.0.1", diff --git a/ui/public/about.html b/ui/public/about.html index 5c86f0b8..ccd32360 100644 --- a/ui/public/about.html +++ b/ui/public/about.html @@ -38,7 +38,7 @@

Manta Signer

-

Version 1.1.0

+

Version 1.1.1

Copyright © 2019-2022 Manta Network

manta-network/manta-signer diff --git a/ui/src-tauri/Cargo.toml b/ui/src-tauri/Cargo.toml index 2ab13b22..3d83cd70 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.1.0" +version = "1.1.1" 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 ef8cafe9..03cbbffb 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.1.0" + "version": "1.1.1" }, "build": { "distDir": "../build", diff --git a/www/src/App.tsx b/www/src/App.tsx index efbe0916..5861b0dd 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.1.0/manta-signer-macos-latest_1.1.0-103_x64.dmg' + ? 'https://github.com/Manta-Network/manta-signer/releases/download/v1.1.1/manta-signer-macos-latest_1.1.1-103_x64.dmg' : os === 'Windows' - ? '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' + ? 'https://github.com/Manta-Network/manta-signer/releases/download/v1.1.1/manta-signer-windows-2019_1.1.1_x64.msi' + : 'https://github.com/Manta-Network/manta-signer/releases/download/v1.1.1/manta-signer-ubuntu-18.04_1.1.1_amd64.deb' } title={ os === 'Mac'