From f78edf21e1c708e2ab172b2c43abca250cbf32cf Mon Sep 17 00:00:00 2001 From: danielclough Date: Tue, 12 Mar 2024 15:50:33 -0700 Subject: [PATCH] chore: bump to 0.1.0-beta.15 --- tauri/tauri.conf.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tauri/tauri.conf.json b/tauri/tauri.conf.json index 304ea58..349495b 100644 --- a/tauri/tauri.conf.json +++ b/tauri/tauri.conf.json @@ -1,7 +1,7 @@ { "package": { "productName": "Fireside Chat", - "version": "0.1.0-beta.14" + "version": "0.1.0-beta.15" }, "build": { "beforeDevCommand": "cd frontend && trunk serve",