From 85eb23128e89f0f2f73d3a1fe695d39ccee74f4a Mon Sep 17 00:00:00 2001 From: lgou2w Date: Mon, 17 Jun 2024 16:38:50 +0800 Subject: [PATCH] chore: bump version to 0.3.10 --- Cargo.lock | 2 +- package.json | 2 +- src-tauri/Cargo.toml | 2 +- src-tauri/tauri.conf.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 74af44a7..8ab38026 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1572,7 +1572,7 @@ dependencies = [ [[package]] name = "hoyo_gacha" -version = "0.3.9" +version = "0.3.10" dependencies = [ "anyhow", "async-trait", diff --git a/package.json b/package.json index 1a1c9621..81e9decd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hoyo.gacha", - "version": "0.3.9", + "version": "0.3.10", "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 4f905db9..ad4c314c 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hoyo_gacha" -version = "0.3.9" +version = "0.3.10" 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 2c4e64ec..14920acd 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -7,7 +7,7 @@ }, "package": { "productName": "HoYo_Gacha", - "version": "0.3.9" + "version": "0.3.10" }, "tauri": { "allowlist": {