From 2d2ed2740c962e49dab73d75c4f064141721dac4 Mon Sep 17 00:00:00 2001 From: fmtabbara Date: Thu, 17 Nov 2022 16:35:14 +0000 Subject: [PATCH] update tauri conf version --- 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 11af64d0a0..b7b616b2e8 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": "1.1.0" + "version": "1.1.1" }, "build": { "distDir": "../dist",