diff --git a/Cargo.lock b/Cargo.lock index bfc8772e..f45b2183 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1531,7 +1531,7 @@ checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" [[package]] name = "hoyo_gacha" -version = "0.3.8" +version = "0.3.9" dependencies = [ "anyhow", "async-trait", diff --git a/package.json b/package.json index ef8dee20..57e714ff 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hoyo.gacha", - "version": "0.3.8", + "version": "0.3.9", "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 ce0cc67c..136af2b6 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hoyo_gacha" -version = "0.3.8" +version = "0.3.9" 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 6c1039ed..f733e7b4 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -7,7 +7,7 @@ }, "package": { "productName": "HoYo_Gacha", - "version": "0.3.8" + "version": "0.3.9" }, "tauri": { "allowlist": {