From e06b760e418451a76d33b5f09a09af3d5cabc16d Mon Sep 17 00:00:00 2001 From: reya Date: Mon, 4 Dec 2023 14:14:50 +0700 Subject: [PATCH] bump version --- package.json | 2 +- src-tauri/tauri.conf.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 134b236c..285211c2 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "lume", "description": "the communication app", "private": true, - "version": "2.2.0", + "version": "2.2.1", "scripts": { "dev": "vite", "build": "vite build", diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 90fcef17..d4b942f2 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -9,7 +9,7 @@ }, "package": { "productName": "Lume", - "version": "2.2.0" + "version": "2.2.1" }, "plugins": { "fs": {