diff --git a/Cargo.lock b/Cargo.lock index b7baa3a..3afa9e1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1561,7 +1561,7 @@ dependencies = [ [[package]] name = "hoyo_gacha" -version = "0.4.1" +version = "0.4.2" dependencies = [ "anyhow", "async-trait", diff --git a/package.json b/package.json index ecd9bea..d2e69e3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hoyo.gacha", - "version": "0.4.1", + "version": "0.4.2", "description": "An unofficial tool for managing and analyzing your miHoYo gacha records", "author": "lgou2w ", "homepage": "https://github.com/lgou2w/HoYo.Gacha#readme", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 3ddd575..8100a5d 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hoyo_gacha" -version = "0.4.1" +version = "0.4.2" edition = "2021" authors = ["lgou2w"] description = "An unofficial tool for managing and analyzing your miHoYo gacha records" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index f10f9c9..bd55ef7 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -7,7 +7,7 @@ }, "package": { "productName": "HoYo_Gacha", - "version": "0.4.1" + "version": "0.4.2" }, "tauri": { "allowlist": {