Skip to content

Commit

Permalink
Release v0.7.3 (#140)
Browse files Browse the repository at this point in the history
  • Loading branch information
tommyjk21 committed Jul 11, 2022
1 parent ebf2811 commit 04812e2
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "manta-signer"
edition = "2021"
version = "0.7.2"
version = "0.7.3"
authors = ["Manta Network <contact@manta.network>"]
readme = "README.md"
license-file = "LICENSE"
Expand Down
2 changes: 1 addition & 1 deletion ui/package.json
@@ -1,6 +1,6 @@
{
"name": "manta-signer-ui",
"version": "0.7.2",
"version": "0.7.3",
"private": true,
"dependencies": {
"@tauri-apps/api": "1.0.1",
Expand Down
2 changes: 1 addition & 1 deletion ui/public/about.html
Expand Up @@ -38,7 +38,7 @@
<main>
<img src="Square89x89Logo.png" />
<h3>Manta Signer</h3>
<p>Version 0.7.2</p>
<p>Version 0.7.3</p>
<p>Copyright © 2019-2022 Manta Network</p>
<p>
<a href="https://github.com/manta-network/manta-signer">manta-network/manta-signer</a>
Expand Down
2 changes: 1 addition & 1 deletion ui/src-tauri/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "manta-signer-ui"
edition = "2018"
version = "0.7.2"
version = "0.7.3"
authors = ["Manta Network <contact@manta.network>"]
readme = "README.md"
license-file = "LICENSE"
Expand Down
2 changes: 1 addition & 1 deletion ui/src-tauri/tauri.conf.json
@@ -1,7 +1,7 @@
{
"package": {
"productName": "manta-signer",
"version": "0.7.2"
"version": "0.7.3"
},
"build": {
"distDir": "../build",
Expand Down
6 changes: 3 additions & 3 deletions www/src/App.tsx
Expand Up @@ -76,10 +76,10 @@ function App() {
className='px-6 py-4 text-white text-2xl bg-button rounded-full mt-12 cursor-pointer'
href={
os === 'Mac'
? 'https://github.com/Manta-Network/manta-signer/releases/download/v0.7.2/manta-signer-macos-latest_0.7.2-103_x64.dmg'
? 'https://github.com/Manta-Network/manta-signer/releases/download/v0.7.3/manta-signer-macos-latest_0.7.3-103_x64.dmg'
: os === 'Windows'
? 'https://github.com/Manta-Network/manta-signer/releases/download/v0.7.2/manta-signer-windows-2019_0.7.2_x64.msi'
: 'https://github.com/Manta-Network/manta-signer/releases/download/v0.7.2/manta-signer-ubuntu-18.04_0.7.2_amd64.deb'
? 'https://github.com/Manta-Network/manta-signer/releases/download/v0.7.3/manta-signer-windows-2019_0.7.3_x64.msi'
: 'https://github.com/Manta-Network/manta-signer/releases/download/v0.7.3/manta-signer-ubuntu-18.04_0.7.3_amd64.deb'
}
title={
os === 'Mac'
Expand Down

1 comment on commit 04812e2

@vercel
Copy link

@vercel vercel bot commented on 04812e2 Jul 11, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.