From 1553f5ced26292fe2d6c986206a7a818d420b4c2 Mon Sep 17 00:00:00 2001 From: Ren Amamiya <123083837+reyamir@users.noreply.github.com> Date: Sat, 9 Sep 2023 07:21:02 +0700 Subject: [PATCH] bump version --- package.json | 2 +- src-tauri/Cargo.lock | 2 +- src-tauri/Cargo.toml | 3 +-- src-tauri/tauri.conf.json | 5 +++-- src-tauri/tauri.macos.conf.json | 1 - 5 files changed, 6 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 31ab7e1a..decfb07b 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "lume", "description": "the communication app", "private": true, - "version": "1.2.3", + "version": "1.2.4", "scripts": { "dev": "vite", "build": "vite build", diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 6cb3a034..2286069e 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -2627,7 +2627,7 @@ dependencies = [ [[package]] name = "lume" -version = "1.2.3" +version = "1.2.4" dependencies = [ "rust-argon2 1.0.0", "serde", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 0de7d132..c9bbcb3c 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lume" -version = "1.2.3" +version = "1.2.4" description = "the communication app" authors = ["Ren Amamiya"] license = "GPL-3.0" @@ -34,7 +34,6 @@ tauri = { version = "1.4", features = [ "fs-remove-file", "window-center", "dialog-all", - "macos-private-api", "http-multipart", ] } tauri-plugin-sql = { git = "hhttps://github.com/tauri-apps/plugins-workspace", branch = "v1", features = [ diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 0411a389..cf68e559 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -9,7 +9,7 @@ }, "package": { "productName": "Lume", - "version": "1.2.3" + "version": "1.2.4" }, "tauri": { "allowlist": { @@ -125,6 +125,7 @@ "csp": { "content-security-policy": "upgrade-insecure-requests" } - } + }, + "macOSPrivateApi": true } } diff --git a/src-tauri/tauri.macos.conf.json b/src-tauri/tauri.macos.conf.json index 1386b524..443a00c7 100644 --- a/src-tauri/tauri.macos.conf.json +++ b/src-tauri/tauri.macos.conf.json @@ -1,7 +1,6 @@ { "$schema": "../node_modules/@tauri-apps/cli/schema.json", "tauri": { - "macOSPrivateApi": true, "windows": [ { "width": 400,