From 9120c969942f36e8f21e38109dc668051b999cf1 Mon Sep 17 00:00:00 2001 From: reya <123083837+reyamir@users.noreply.github.com> Date: Tue, 6 Aug 2024 16:37:28 +0700 Subject: [PATCH] chore: bump version --- 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 a5d4462..2d17abc 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,6 +1,6 @@ { "productName": "Coop", - "version": "0.1.4", + "version": "0.1.5", "identifier": "nu.lume.coop", "build": { "beforeDevCommand": "pnpm dev",