diff --git a/package.json b/package.json index c8d03884..87ec214c 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "lume", "description": "the communication app", "private": true, - "version": "2.1.2", + "version": "2.1.3", "scripts": { "dev": "vite", "build": "vite build", diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 0bef1475..1d6eca00 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -2660,7 +2660,7 @@ dependencies = [ [[package]] name = "lume" -version = "2.1.2" +version = "2.1.3" dependencies = [ "keyring", "serde", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 9d558cf2..2eb10400 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lume" -version = "2.1.2" +version = "2.1.3" 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 f1f01b75..267f1bf2 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -9,7 +9,7 @@ }, "package": { "productName": "Lume", - "version": "2.1.2" + "version": "2.1.3" }, "plugins": { "fs": {