From 7b4daa2595f528205f063e72801c49b3a748ff42 Mon Sep 17 00:00:00 2001 From: mxvsh Date: Mon, 20 Jan 2025 17:36:03 +0530 Subject: [PATCH] chore: version bump --- 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 14b997a..686c24f 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,7 +1,7 @@ { "$schema": "https://schema.tauri.app/config/2", "productName": "JSLive", - "version": "0.1.0", + "version": "0.1.1", "identifier": "io.monawwar.jslive", "build": { "beforeDevCommand": "bun run dev",