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",
|
"name": "@synor/desktop-wallet",
|
||||||
"version": "0.1.0",
|
"version": "0.1.1",
|
||||||
"private": true,
|
"private": true,
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "synor-wallet"
|
name = "synor-wallet"
|
||||||
version = "0.1.0"
|
version = "0.1.1"
|
||||||
description = "Secure Synor blockchain wallet with post-quantum cryptography"
|
description = "Secure Synor blockchain wallet with post-quantum cryptography"
|
||||||
authors = ["Synor Team"]
|
authors = ["Synor Team"]
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"$schema": "https://schema.tauri.app/config/2",
|
"$schema": "https://schema.tauri.app/config/2",
|
||||||
"productName": "Synor Wallet",
|
"productName": "Synor Wallet",
|
||||||
"version": "0.1.0",
|
"version": "0.1.1",
|
||||||
"identifier": "io.synor.wallet",
|
"identifier": "io.synor.wallet",
|
||||||
"build": {
|
"build": {
|
||||||
"beforeDevCommand": "pnpm dev",
|
"beforeDevCommand": "pnpm dev",
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue