diff --git a/package.json b/package.json index 6b28367f..09bca313 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "lume", "description": "the communication app", "private": true, - "version": "2.0.0", + "version": "2.0.1", "scripts": { "dev": "vite", "build": "vite build", diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index e45b1c15..49636955 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -2518,7 +2518,7 @@ dependencies = [ [[package]] name = "lume" -version = "2.0.0" +version = "2.0.1" dependencies = [ "keyring", "serde", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 1559a253..b4ee8403 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lume" -version = "2.0.0" +version = "2.0.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 5e2504cf..b34272ad 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -9,7 +9,7 @@ }, "package": { "productName": "Lume", - "version": "2.0.0" + "version": "2.0.1" }, "plugins": { "fs": {