Skip to content

Commit 0076ead

Browse files
committed
chore: bump version to 1.1.2
1 parent e5d4bc0 commit 0076ead

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "hoyo_gacha",
33
"displayName": "HoYo.Gacha",
4-
"version": "1.1.1",
4+
"version": "1.1.2",
55
"description": "An unofficial tool for managing and analyzing your miHoYo gacha records",
66
"author": "lgou2w <lgou2w@hotmail.com>",
77
"homepage": "https://github.com/lgou2w/HoYo.Gacha#readme",

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hoyo_gacha"
3-
version = "1.1.1"
3+
version = "1.1.2"
44
edition = "2024"
55
rust-version = "1.85"
66
authors = ["lgou2w <lgou2w@hotmail.com>"]

src-tauri/Tauri.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# identifier = "com.lgou2w.hoyo.gacha"
33
identifier = "com.lgou2w.hoyo.gacha.v1"
44
product-name = "HoYo.Gacha"
5-
version = "1.1.1"
5+
version = "1.1.2"
66

77
[build]
88
# See: package.json - scripts - dev & build

0 commit comments

Comments
 (0)