chore: bump desktop wallet version to 0.1.1

This commit is contained in:
Gulshan Yadav 2026-02-02 16:48:44 +05:30
parent 099cb8942b
commit 9d4279623e
3 changed files with 3 additions and 3 deletions

View file

@ -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": {

View file

@ -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"

View file

@ -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",