bump version

This commit is contained in:
2023-10-18 14:59:33 +07:00
parent 3660db4887
commit 823fb0f239
5 changed files with 3627 additions and 1189 deletions

2
src-tauri/Cargo.lock generated
View File

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

View File

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

View File

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