bump version

This commit is contained in:
Ren Amamiya 2023-09-09 07:21:02 +07:00
parent 41901b2174
commit 1553f5ced2
5 changed files with 6 additions and 7 deletions

View File

@ -2,7 +2,7 @@
"name": "lume", "name": "lume",
"description": "the communication app", "description": "the communication app",
"private": true, "private": true,
"version": "1.2.3", "version": "1.2.4",
"scripts": { "scripts": {
"dev": "vite", "dev": "vite",
"build": "vite build", "build": "vite build",

2
src-tauri/Cargo.lock generated
View File

@ -2627,7 +2627,7 @@ dependencies = [
[[package]] [[package]]
name = "lume" name = "lume"
version = "1.2.3" version = "1.2.4"
dependencies = [ dependencies = [
"rust-argon2 1.0.0", "rust-argon2 1.0.0",
"serde", "serde",

View File

@ -1,6 +1,6 @@
[package] [package]
name = "lume" name = "lume"
version = "1.2.3" version = "1.2.4"
description = "the communication app" description = "the communication app"
authors = ["Ren Amamiya"] authors = ["Ren Amamiya"]
license = "GPL-3.0" license = "GPL-3.0"
@ -34,7 +34,6 @@ tauri = { version = "1.4", features = [
"fs-remove-file", "fs-remove-file",
"window-center", "window-center",
"dialog-all", "dialog-all",
"macos-private-api",
"http-multipart", "http-multipart",
] } ] }
tauri-plugin-sql = { git = "hhttps://github.com/tauri-apps/plugins-workspace", branch = "v1", features = [ tauri-plugin-sql = { git = "hhttps://github.com/tauri-apps/plugins-workspace", branch = "v1", features = [

View File

@ -9,7 +9,7 @@
}, },
"package": { "package": {
"productName": "Lume", "productName": "Lume",
"version": "1.2.3" "version": "1.2.4"
}, },
"tauri": { "tauri": {
"allowlist": { "allowlist": {
@ -125,6 +125,7 @@
"csp": { "csp": {
"content-security-policy": "upgrade-insecure-requests" "content-security-policy": "upgrade-insecure-requests"
} }
} },
"macOSPrivateApi": true
} }
} }

View File

@ -1,7 +1,6 @@
{ {
"$schema": "../node_modules/@tauri-apps/cli/schema.json", "$schema": "../node_modules/@tauri-apps/cli/schema.json",
"tauri": { "tauri": {
"macOSPrivateApi": true,
"windows": [ "windows": [
{ {
"width": 400, "width": 400,