From c1bddeb6ed026aed807e0a39fe1764c597729a76 Mon Sep 17 00:00:00 2001 From: Ren Amamiya <123083837+reyamir@users.noreply.github.com> Date: Tue, 19 Sep 2023 11:20:15 +0700 Subject: [PATCH] bump version --- package.json | 2 +- src-tauri/Cargo.toml | 7 +++++-- src-tauri/tauri.conf.json | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index f7163016..7005050e 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "lume", "description": "the communication app", "private": true, - "version": "1.2.4", + "version": "1.2.5", "scripts": { "dev": "bunx --bun vite", "build": "bunx --bun vite build", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index a06434e5..41e22308 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lume" -version = "1.2.4" +version = "1.2.5" description = "the communication app" authors = ["Ren Amamiya"] license = "GPL-3.0" @@ -16,7 +16,10 @@ tauri-build = { version = "1.4", features = [] } [dependencies] serde_json = "1.0" serde = { version = "1.0", features = ["derive"] } -tauri = { version = "1.4", features = [ "window-close", "window-print", "window-create", +tauri = { version = "1.4", features = [ + "window-close", + "window-print", + "window-create", "macos-private-api", "fs-read-dir", "fs-read-file", diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 920a9237..547b04cd 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -9,7 +9,7 @@ }, "package": { "productName": "Lume", - "version": "1.2.4" + "version": "1.2.5" }, "tauri": { "allowlist": {