From 809085a30f307b72f24e29dcc93cec7665edcdf9 Mon Sep 17 00:00:00 2001 From: reya Date: Thu, 19 Sep 2024 09:23:05 +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 2919fb7..7dbff96 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,6 +1,6 @@ { "productName": "Coop", - "version": "0.1.7", + "version": "0.2.0", "identifier": "su.reya.coop", "build": { "beforeDevCommand": "pnpm dev",