From 4867d2713f5cdcc2aa282760ad88c12b17daf487 Mon Sep 17 00:00:00 2001 From: binarybaron <86064887+binarybaron@users.noreply.github.com> Date: Fri, 8 Nov 2024 17:54:40 +0100 Subject: [PATCH] feat(gui): Release 0.7.2 The purpose of this release is to test the auto updater --- src-tauri/tauri.conf.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index f277f8ee..a5ff2f13 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,6 +1,6 @@ { "productName": "unstoppableswap-gui-rs", - "version": "0.7.1", + "version": "0.7.2", "identifier": "net.unstoppableswap.gui", "build": { "devUrl": "http://localhost:1420",