From dfde3bb2e40fc001c0a3117d540afaf87030df93 Mon Sep 17 00:00:00 2001 From: Tommy Verrall Date: Tue, 24 Jun 2025 16:08:44 +0200 Subject: [PATCH] push up some more changes ahead of the wallet release too - change versions --- nym-wallet/src-tauri/Cargo.toml | 2 +- nym-wallet/src-tauri/tauri.conf.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nym-wallet/src-tauri/Cargo.toml b/nym-wallet/src-tauri/Cargo.toml index dadfa64d89..52cbac1d9e 100644 --- a/nym-wallet/src-tauri/Cargo.toml +++ b/nym-wallet/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "NymWallet" -version = "1.2.18" +version = "1.2.19" description = "Nym Native Wallet" authors = ["Nym Technologies SA"] license = "" diff --git a/nym-wallet/src-tauri/tauri.conf.json b/nym-wallet/src-tauri/tauri.conf.json index b19963f4ce..75193606bf 100644 --- a/nym-wallet/src-tauri/tauri.conf.json +++ b/nym-wallet/src-tauri/tauri.conf.json @@ -40,7 +40,7 @@ }, "productName": "NymWallet", "mainBinaryName": "NymWallet", - "version": "1.2.18", + "version": "1.2.19", "identifier": "net.nymtech.wallet", "plugins": { "updater": {