From 88803cd3cdb1bbb2e198045da81ccd33a6c9fa98 Mon Sep 17 00:00:00 2001 From: reya Date: Sun, 19 Nov 2023 19:51:00 +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 d7ee0b64..6155fccf 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "lume", "description": "the communication app", "private": true, - "version": "2.1.0", + "version": "2.1.1", "scripts": { "dev": "vite", "build": "vite build", diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index ed827dec..1b3e99be 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -2612,7 +2612,7 @@ dependencies = [ [[package]] name = "lume" -version = "2.1.0" +version = "2.1.1" dependencies = [ "keyring", "serde", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index bef4bbe7..d5c05a8a 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -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" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index f3e042a4..fda7bcd3 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -9,7 +9,7 @@ }, "package": { "productName": "Lume", - "version": "2.1.0" + "version": "2.1.1" }, "plugins": { "fs": {