From 3ceb6d711f0e06d3870b6898d797a246c2e63ec9 Mon Sep 17 00:00:00 2001 From: Tommy Verrall Date: Tue, 21 Dec 2021 11:38:13 +0000 Subject: [PATCH] Update wallet to align with versioning on nodes and gateways --- nym-wallet/src-tauri/tauri.conf.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nym-wallet/src-tauri/tauri.conf.json b/nym-wallet/src-tauri/tauri.conf.json index 270c3785f6..7d41f85606 100644 --- a/nym-wallet/src-tauri/tauri.conf.json +++ b/nym-wallet/src-tauri/tauri.conf.json @@ -1,7 +1,7 @@ { "package": { "productName": "nym-wallet", - "version": "0.1.0" + "version": "0.12.0" }, "build": { "distDir": "../dist",