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",
"description": "the communication app",
"private": true,
"version": "1.2.3",
"version": "1.2.4",
"scripts": {
"dev": "vite",
"build": "vite build",

2
src-tauri/Cargo.lock generated
View File

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

View File

@ -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 = [

View File

@ -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
}
}

View File

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