diff --git a/apps/desktop-wallet/package.json b/apps/desktop-wallet/package.json index f478272..ac82f79 100644 --- a/apps/desktop-wallet/package.json +++ b/apps/desktop-wallet/package.json @@ -1,6 +1,6 @@ { "name": "@synor/desktop-wallet", - "version": "0.1.0", + "version": "0.1.1", "private": true, "type": "module", "scripts": { diff --git a/apps/desktop-wallet/src-tauri/Cargo.toml b/apps/desktop-wallet/src-tauri/Cargo.toml index d6410a8..f51da92 100644 --- a/apps/desktop-wallet/src-tauri/Cargo.toml +++ b/apps/desktop-wallet/src-tauri/Cargo.toml @@ -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" diff --git a/apps/desktop-wallet/src-tauri/tauri.conf.json b/apps/desktop-wallet/src-tauri/tauri.conf.json index 69599ac..7aecb7d 100644 --- a/apps/desktop-wallet/src-tauri/tauri.conf.json +++ b/apps/desktop-wallet/src-tauri/tauri.conf.json @@ -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",