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