From bef1f136ad2b1b3a8060fa434f00b0d7701604fb Mon Sep 17 00:00:00 2001 From: reya Date: Fri, 26 Jan 2024 12:43:19 +0700 Subject: [PATCH] chore: bump version --- src-tauri/tauri.conf.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 54f45f3b..c9c0e4f2 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -8,8 +8,8 @@ "withGlobalTauri": true }, "package": { - "productName": "Lume 3", - "version": "3.0.0" + "productName": "Lume", + "version": "3.0.0-beta.1" }, "plugins": { "fs": { @@ -62,7 +62,7 @@ "copyright": "", "identifier": "nu.lume", "longDescription": "nostr client for desktop", - "shortDescription": "", + "shortDescription": "nostr client", "targets": "all", "updater": { "active": true,