Merge branch 'main' into feat/v2

This commit is contained in:
2023-10-18 14:53:11 +07:00
6 changed files with 6 additions and 5 deletions

2
src-tauri/Cargo.lock generated
View File

@@ -2517,7 +2517,7 @@ dependencies = [
[[package]]
name = "lume"
version = "1.2.6"
version = "1.2.7"
dependencies = [
"keyring",
"serde",

View File

@@ -1,6 +1,6 @@
[package]
name = "lume"
version = "1.2.6"
version = "1.2.7"
description = "the communication app"
authors = ["Ren Amamiya"]
license = "GPL-3.0"

View File

@@ -9,7 +9,7 @@
},
"package": {
"productName": "Lume",
"version": "1.2.6"
"version": "1.2.7"
},
"plugins": {
"fs": {