From a5255fa503fe147b855b708170784d111be9709a Mon Sep 17 00:00:00 2001 From: reya <123083837+reyamir@users.noreply.github.com> Date: Wed, 31 Jul 2024 12:51:41 +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 c585669a..876f0a4b 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,7 +1,7 @@ { "$schema": "../node_modules/@tauri-apps/cli/schema.json", "productName": "Lume", - "version": "4.0.14", + "version": "4.0.15", "identifier": "nu.lume.Lume", "build": { "beforeBuildCommand": "pnpm desktop:build",