Skip to content

Commit

Permalink
Merge pull request #59 from an-anime-team/next
Browse files Browse the repository at this point in the history
Release 1.10.2
  • Loading branch information
krypt0nn authored Nov 29, 2024
2 parents 5028ecb + ed01276 commit f003f7d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Fixed

- Fixed a bug caused by untested merge request

## [1.10.1] - 28.11.2024

### Fixed
Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ glib-build-tools = "0.20"

[dependencies.anime-launcher-sdk]
git = "https://github.com/an-anime-team/anime-launcher-sdk"
tag = "1.23.0"
tag = "1.24.0"
features = ["all", "honkai", "honkai-patch"]

# path = "../anime-launcher-sdk" # ! for dev purposes only
Expand Down
2 changes: 1 addition & 1 deletion src/ui/about.rs
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ impl SimpleComponent for AboutDialog {
"<p>Fixed</p>",

"<ul>",
"<li>Fixed a typo in the background image chooser</li>",
"<li>Fixed a bug caused by untested merge request</li>",
"</ul>"
].join("\n"),

Expand Down

0 comments on commit f003f7d

Please sign in to comment.