File tree Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " manta-signer"
33edition = " 2021"
4- version = " 0.6 .0"
4+ version = " 0.7 .0"
55authors = [" Manta Network <contact@manta.network>" ]
66readme = " README.md"
77license-file = " LICENSE"
Original file line number Diff line number Diff line change 11{
22 "name" : " manta-signer-ui" ,
3- "version" : " 0.6 .0" ,
3+ "version" : " 0.7 .0" ,
44 "private" : true ,
55 "dependencies" : {
66 "@tauri-apps/api" : " ^1.0.0-rc.1" ,
Original file line number Diff line number Diff line change 3838 < main >
3939 < img src ="Square89x89Logo.png " />
4040 < h3 > Manta Signer</ h3 >
41- < p > Version 0.6 .0</ p >
41+ < p > Version 0.7 .0</ 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 >
Original file line number Diff line number Diff line change 11[package ]
22name = " manta-signer-ui"
33edition = " 2018"
4- version = " 0.6 .0"
4+ version = " 0.7 .0"
55authors = [" Manta Network <contact@manta.network>" ]
66readme = " README.md"
77license-file = " LICENSE"
Original file line number Diff line number Diff line change 11{
22 "package" : {
33 "productName" : " manta-signer" ,
4- "version" : " 0.6 .0"
4+ "version" : " 0.7 .0"
55 },
66 "build" : {
77 "distDir" : " ../build" ,
Original file line number Diff line number Diff 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/0.6 .0/manta-signer-macos-latest_0.6 .0-103_x64.dmg'
79+ ? 'https://github.com/Manta-Network/manta-signer/releases/download/0.7 .0/manta-signer-macos-latest_0.7 .0-103_x64.dmg'
8080 : os === 'Windows'
81- ? 'https://github.com/Manta-Network/manta-signer/releases/download/0.6 .0/manta-signer-windows-2019_0.6.0.102_x64 .msi'
82- : 'https://github.com/Manta-Network/manta-signer/releases/download/0.6 .0/manta-signer-ubuntu-18.04_0.6 .0_amd64.deb'
81+ ? 'https://github.com/Manta-Network/manta-signer/releases/download/0.7 .0/manta-signer-windows-2019_0.7.0_x64 .msi'
82+ : 'https://github.com/Manta-Network/manta-signer/releases/download/0.7 .0/manta-signer-ubuntu-18.04_0.7 .0_amd64.deb'
8383 }
8484 title = {
8585 os === 'Mac'
You can’t perform that action at this time.
0 commit comments