Skip to content

Commit

Permalink
Release v0.8.0 (#182)
Browse files Browse the repository at this point in the history
* update changelog

* update versions
  • Loading branch information
Kevingislason committed Oct 5, 2022
1 parent eaa1851 commit 93e334d
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 11 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Expand Up @@ -6,7 +6,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
## [Unreleased]

### Added
- [\#180](https://github.com/Manta-Network/manta-signer/pull/180) Add support for mutliple CORS allowed origins

### Changed

Expand All @@ -18,6 +17,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

### Security

## [0.8.0] 2022-10-05

### Added
- [\#180](https://github.com/Manta-Network/manta-signer/pull/180) Add support for mutliple CORS allowed origins

## [0.7.4] - 2022-09-27
### Added
- [\#154](https://github.com/Manta-Network/manta-signer/pull/154) Add storage abstractions and add server storage hook
Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "manta-signer"
edition = "2021"
version = "0.7.4"
version = "0.8.0"
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.4",
"version": "0.8.0",
"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.4</p>
<p>Version 0.8.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
@@ -1,7 +1,7 @@
[package]
name = "manta-signer-ui"
edition = "2018"
version = "0.7.4"
version = "0.8.0"
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.4"
"version": "0.8.0"
},
"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.4/manta-signer-macos-latest_0.7.4-103_x64.dmg'
? 'https://github.com/Manta-Network/manta-signer/releases/download/v0.8.0/manta-signer-macos-latest_0.8.0-103_x64.dmg'
: os === 'Windows'
? 'https://github.com/Manta-Network/manta-signer/releases/download/v0.7.4/manta-signer-windows-2019_0.7.4_x64.msi'
: 'https://github.com/Manta-Network/manta-signer/releases/download/v0.7.4/manta-signer-ubuntu-18.04_0.7.4_amd64.deb'
? 'https://github.com/Manta-Network/manta-signer/releases/download/v0.8.0/manta-signer-windows-2019_0.8.0_x64.msi'
: 'https://github.com/Manta-Network/manta-signer/releases/download/v0.8.0/manta-signer-ubuntu-18.04_0.8.0_amd64.deb'
}
title={
os === 'Mac'
Expand Down

1 comment on commit 93e334d

@vercel
Copy link

@vercel vercel bot commented on 93e334d Oct 5, 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.