Skip to content

Commit 04812e2

Browse files
author
tommyjk21
authored
Release v0.7.3 (#140)
1 parent ebf2811 commit 04812e2

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "manta-signer"
33
edition = "2021"
4-
version = "0.7.2"
4+
version = "0.7.3"
55
authors = ["Manta Network <contact@manta.network>"]
66
readme = "README.md"
77
license-file = "LICENSE"

ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "manta-signer-ui",
3-
"version": "0.7.2",
3+
"version": "0.7.3",
44
"private": true,
55
"dependencies": {
66
"@tauri-apps/api": "1.0.1",

ui/public/about.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<main>
3939
<img src="Square89x89Logo.png" />
4040
<h3>Manta Signer</h3>
41-
<p>Version 0.7.2</p>
41+
<p>Version 0.7.3</p>
4242
<p>Copyright © 2019-2022 Manta Network</p>
4343
<p>
4444
<a href="https://github.com/manta-network/manta-signer">manta-network/manta-signer</a>

ui/src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "manta-signer-ui"
33
edition = "2018"
4-
version = "0.7.2"
4+
version = "0.7.3"
55
authors = ["Manta Network <contact@manta.network>"]
66
readme = "README.md"
77
license-file = "LICENSE"

ui/src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"package": {
33
"productName": "manta-signer",
4-
"version": "0.7.2"
4+
"version": "0.7.3"
55
},
66
"build": {
77
"distDir": "../build",

www/src/App.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,10 @@ function App() {
7676
className='px-6 py-4 text-white text-2xl bg-button rounded-full mt-12 cursor-pointer'
7777
href={
7878
os === 'Mac'
79-
? 'https://github.com/Manta-Network/manta-signer/releases/download/v0.7.2/manta-signer-macos-latest_0.7.2-103_x64.dmg'
79+
? 'https://github.com/Manta-Network/manta-signer/releases/download/v0.7.3/manta-signer-macos-latest_0.7.3-103_x64.dmg'
8080
: os === 'Windows'
81-
? 'https://github.com/Manta-Network/manta-signer/releases/download/v0.7.2/manta-signer-windows-2019_0.7.2_x64.msi'
82-
: 'https://github.com/Manta-Network/manta-signer/releases/download/v0.7.2/manta-signer-ubuntu-18.04_0.7.2_amd64.deb'
81+
? 'https://github.com/Manta-Network/manta-signer/releases/download/v0.7.3/manta-signer-windows-2019_0.7.3_x64.msi'
82+
: 'https://github.com/Manta-Network/manta-signer/releases/download/v0.7.3/manta-signer-ubuntu-18.04_0.7.3_amd64.deb'
8383
}
8484
title={
8585
os === 'Mac'

0 commit comments

Comments
 (0)