chore: bump desktop wallet version to 0.1.1
This commit is contained in:
parent
099cb8942b
commit
9d4279623e
3 changed files with 3 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@synor/desktop-wallet",
|
||||
"version": "0.1.0",
|
||||
"version": "0.1.1",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "synor-wallet"
|
||||
version = "0.1.0"
|
||||
version = "0.1.1"
|
||||
description = "Secure Synor blockchain wallet with post-quantum cryptography"
|
||||
authors = ["Synor Team"]
|
||||
edition = "2021"
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"$schema": "https://schema.tauri.app/config/2",
|
||||
"productName": "Synor Wallet",
|
||||
"version": "0.1.0",
|
||||
"version": "0.1.1",
|
||||
"identifier": "io.synor.wallet",
|
||||
"build": {
|
||||
"beforeDevCommand": "pnpm dev",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue