From d3cf1200ba84d44ae0a1138475e2352ee95c2b8e Mon Sep 17 00:00:00 2001 From: reya Date: Wed, 22 Nov 2023 16:13:06 +0700 Subject: [PATCH] bump version --- package.json | 2 +- src-tauri/Cargo.lock | 2 +- src-tauri/Cargo.toml | 2 +- src-tauri/tauri.conf.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index c82d9268..51765b78 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "lume", "description": "the communication app", "private": true, - "version": "2.1.1", + "version": "2.1.2", "scripts": { "dev": "vite", "build": "vite build", diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 23e5e8b8..fcfecd76 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -2660,7 +2660,7 @@ dependencies = [ [[package]] name = "lume" -version = "2.1.1" +version = "2.1.2" dependencies = [ "keyring", "serde", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 7d35abfe..aa234271 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lume" -version = "2.1.1" +version = "2.1.2" 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 fda7bcd3..f1f01b75 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -9,7 +9,7 @@ }, "package": { "productName": "Lume", - "version": "2.1.1" + "version": "2.1.2" }, "plugins": { "fs": {