Skip to content

Commit 2f99258

Browse files
release v1.0.2 (#269)
1 parent a743669 commit 2f99258

7 files changed

Lines changed: 15 additions & 13 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,10 @@ All notable changes to this project will be documented in this file.
33

44
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).
55

6-
## [1.0.1] 2023-01-24
6+
## [1.0.2] 2023-01-25
7+
No changes
78

9+
## [1.0.1] 2023-01-24
810
### Added
911
- [\#261](https://github.com/Manta-Network/manta-signer/pull/261) Bundle Proving Keys with MantaSigner (no download anymore)
1012

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 = "1.0.1"
4+
version = "1.0.2"
55
authors = ["Manta Network <contact@manta.network>"]
66
readme = "README.md"
77
license-file = "LICENSE"

ui/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "manta-signer-ui",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"private": true,
55
"dependencies": {
66
"@tauri-apps/api": "1.0.1",
@@ -41,4 +41,4 @@
4141
"devDependencies": {
4242
"react-scripts": "4.0.3"
4343
}
44-
}
44+
}

ui/public/about.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@
3636

3737
<body>
3838
<main>
39-
<img src="manta.png"/>
39+
<img src="manta.png" />
4040
<h3>Manta Signer</h3>
41-
<p>Version 1.0.1</p>
41+
<p>Version 1.0.2</p>
4242
<p>Copyright © 2019-2022 Manta Network</p>
4343
<p>
4444
<a href="https://github.com/manta-network/manta-signer" target="_blank" rel="noreferrer">manta-network/manta-signer</a>
@@ -47,4 +47,4 @@ <h3>Manta Signer</h3>
4747
</main>
4848
</body>
4949

50-
</html>
50+
</html>

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 = "1.0.1"
4+
version = "1.0.2"
55
authors = ["Manta Network <contact@manta.network>"]
66
readme = "README.md"
77
license-file = "LICENSE"

ui/src-tauri/tauri.conf.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"package": {
33
"productName": "MantaSigner",
4-
"version": "1.0.1"
4+
"version": "1.0.2"
55
},
66
"build": {
77
"distDir": "../build",
@@ -100,4 +100,4 @@
100100
"iconAsTemplate": true
101101
}
102102
}
103-
}
103+
}

www/src/App.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,10 +78,10 @@ function App() {
7878
onclick="window.fathom.trackGoal('KUBL03QU', 0);"
7979
href={
8080
os === 'Mac'
81-
? 'https://github.com/Manta-Network/manta-signer/releases/download/v1.0.1/MantaSigner-macos-latest_1.0.1-103_x64.dmg'
81+
? 'https://github.com/Manta-Network/manta-signer/releases/download/v1.0.2/MantaSigner-macos-latest_1.0.2-103_x64.dmg'
8282
: os === 'Windows'
83-
? 'https://github.com/Manta-Network/manta-signer/releases/download/v1.0.1/MantaSigner-windows-2019_1.0.1_x64.msi'
84-
: 'https://github.com/Manta-Network/manta-signer/releases/download/v1.0.1/manta-signer-ubuntu-18.04_1.0.1_amd64.deb'
83+
? 'https://github.com/Manta-Network/manta-signer/releases/download/v1.0.2/MantaSigner-windows-2019_1.0.2_x64.msi'
84+
: 'https://github.com/Manta-Network/manta-signer/releases/download/v1.0.2/manta-signer-ubuntu-18.04_1.0.2_amd64.deb'
8585
}
8686
title={
8787
os === 'Mac'

0 commit comments

Comments
 (0)