From 5229458746cb8c0be1d0c44355b853fbb7d9d87b Mon Sep 17 00:00:00 2001 From: reya Date: Mon, 27 Nov 2023 09:56:43 +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 af5a2217..0472a889 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "lume", "description": "the communication app", "private": true, - "version": "2.1.5", + "version": "2.1.6", "scripts": { "dev": "vite", "build": "vite build", diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index cfaa74b5..c7d443b5 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -2680,7 +2680,7 @@ dependencies = [ [[package]] name = "lume" -version = "2.1.5" +version = "2.1.6" dependencies = [ "keyring", "serde", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 6fa84262..fa8ab071 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lume" -version = "2.1.5" +version = "2.1.6" 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 e782b970..2a3cafff 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -9,7 +9,7 @@ }, "package": { "productName": "Lume", - "version": "2.1.5" + "version": "2.1.6" }, "plugins": { "fs": {