bump version

This commit is contained in:
2023-11-19 19:51:00 +07:00
parent 6adf5933b0
commit 88803cd3cd
4 changed files with 4 additions and 4 deletions

2
src-tauri/Cargo.lock generated
View File

@@ -2612,7 +2612,7 @@ dependencies = [
[[package]]
name = "lume"
version = "2.1.0"
version = "2.1.1"
dependencies = [
"keyring",
"serde",

View File

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

View File

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