From 48eb2f5339b98337e41f2ac3b6349f5f260c921e Mon Sep 17 00:00:00 2001 From: reya <123083837+reyamir@users.noreply.github.com> Date: Tue, 30 Jul 2024 16:43:09 +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 76c811c..349505d 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,6 +1,6 @@ { "productName": "Coop", - "version": "0.1.0", + "version": "0.1.1", "identifier": "nu.lume.coop", "build": { "beforeDevCommand": "pnpm dev",