diff --git a/package.json b/package.json index 680d853e..b3891efd 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "lume", "description": "the communication app", "private": true, - "version": "2.1.7", + "version": "2.2.0", "scripts": { "dev": "vite", "build": "vite build", diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index f3c5ccde..f8b35123 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -2680,7 +2680,7 @@ dependencies = [ [[package]] name = "lume" -version = "2.1.7" +version = "2.2.0" dependencies = [ "keyring", "serde", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 71ed327e..f46683c1 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lume" -version = "2.1.7" +version = "2.2.0" description = "the communication app" authors = ["Ren Amamiya"] license = "GPL-3.0" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index b8a43fc3..90fcef17 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -9,7 +9,7 @@ }, "package": { "productName": "Lume", - "version": "2.1.7" + "version": "2.2.0" }, "plugins": { "fs": {