Skip to content

Commit

Permalink
Bump version (#110)
Browse files Browse the repository at this point in the history
BumpBump
  • Loading branch information
tommyjk21 authored Jun 15, 2022
1 parent 80cc030 commit b644cb6
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "manta-signer"
edition = "2021"
version = "0.6.0"
version = "0.7.0"
authors = ["Manta Network <[email protected]>"]
readme = "README.md"
license-file = "LICENSE"
Expand Down
2 changes: 1 addition & 1 deletion ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "manta-signer-ui",
"version": "0.6.0",
"version": "0.7.0",
"private": true,
"dependencies": {
"@tauri-apps/api": "^1.0.0-rc.1",
Expand Down
2 changes: 1 addition & 1 deletion ui/public/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<main>
<img src="Square89x89Logo.png" />
<h3>Manta Signer</h3>
<p>Version 0.6.0</p>
<p>Version 0.7.0</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
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "manta-signer-ui"
edition = "2018"
version = "0.6.0"
version = "0.7.0"
authors = ["Manta Network <[email protected]>"]
readme = "README.md"
license-file = "LICENSE"
Expand Down
2 changes: 1 addition & 1 deletion ui/src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"package": {
"productName": "manta-signer",
"version": "0.6.0"
"version": "0.7.0"
},
"build": {
"distDir": "../build",
Expand Down
6 changes: 3 additions & 3 deletions www/src/App.tsx
Original file line number Diff line number Diff line change
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/0.6.0/manta-signer-macos-latest_0.6.0-103_x64.dmg'
? 'https://github.com/Manta-Network/manta-signer/releases/download/0.7.0/manta-signer-macos-latest_0.7.0-103_x64.dmg'
: os === 'Windows'
? 'https://github.com/Manta-Network/manta-signer/releases/download/0.6.0/manta-signer-windows-2019_0.6.0.102_x64.msi'
: 'https://github.com/Manta-Network/manta-signer/releases/download/0.6.0/manta-signer-ubuntu-18.04_0.6.0_amd64.deb'
? 'https://github.com/Manta-Network/manta-signer/releases/download/0.7.0/manta-signer-windows-2019_0.7.0_x64.msi'
: 'https://github.com/Manta-Network/manta-signer/releases/download/0.7.0/manta-signer-ubuntu-18.04_0.7.0_amd64.deb'
}
title={
os === 'Mac'
Expand Down

1 comment on commit b644cb6

@vercel
Copy link

@vercel vercel bot commented on b644cb6 Jun 15, 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.