diff --git a/CHANGELOG.md b/CHANGELOG.md index 6711ec73..f55a623f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,8 +3,7 @@ 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] - +## v1.2.1 2023-03-14 ### Added ### Changed diff --git a/Cargo.toml b/Cargo.toml index a92c8fa9..5ba7914e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "manta-signer" edition = "2021" -version = "1.2.0" +version = "1.2.1" authors = ["Manta Network "] readme = "README.md" license-file = "LICENSE" diff --git a/ui/package.json b/ui/package.json index ebff0d65..dfb2f398 100644 --- a/ui/package.json +++ b/ui/package.json @@ -1,6 +1,6 @@ { "name": "manta-signer-ui", - "version": "1.2.0", + "version": "1.2.1", "private": true, "dependencies": { "@tauri-apps/api": "1.0.1", diff --git a/ui/public/about.html b/ui/public/about.html index d2043ee4..11c16e17 100644 --- a/ui/public/about.html +++ b/ui/public/about.html @@ -38,7 +38,7 @@

Manta Signer

-

Version 1.2.0

+

Version 1.2.1

Copyright © 2019-2023 Manta Network

manta-network/manta-signer diff --git a/ui/src-tauri/Cargo.toml b/ui/src-tauri/Cargo.toml index 1e679887..69339663 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.2.0" +version = "1.2.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 933b1fe9..fdb81249 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.2.0" + "version": "1.2.1" }, "build": { "distDir": "../build", diff --git a/www/src/App.tsx b/www/src/App.tsx index f345e2d2..fe459afe 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.2.0/manta-signer-macos-latest_1.2.0-103_x64.dmg' + ? 'https://github.com/Manta-Network/manta-signer/releases/download/v1.2.1/manta-signer-macos-latest_1.2.1-103_x64.dmg' : os === 'Windows' - ? 'https://github.com/Manta-Network/manta-signer/releases/download/v1.2.0/manta-signer-windows-2019_1.2.0_x64.msi' - : 'https://github.com/Manta-Network/manta-signer/releases/download/v1.2.0/manta-signer-ubuntu-18.04_1.2.0_amd64.deb' + ? 'https://github.com/Manta-Network/manta-signer/releases/download/v1.2.1/manta-signer-windows-2019_1.2.1_x64.msi' + : 'https://github.com/Manta-Network/manta-signer/releases/download/v1.2.1/manta-signer-ubuntu-18.04_1.2.1_amd64.deb' } title={ os === 'Mac'