mirror of
https://github.com/an-anime-team/an-anime-game-launcher.git
synced 2025-02-20 17:21:28 +03:00
3.9.2
This commit is contained in:
parent
8a399df08d
commit
5a6d713277
3 changed files with 6 additions and 3 deletions
|
@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [3.9.2] - 13.11.2023
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Added Korean
|
- Added Korean
|
||||||
|
@ -423,7 +425,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
[unreleased]: https://github.com/an-anime-team/an-anime-game-launcher/compare/3.9.1...next
|
[unreleased]: https://github.com/an-anime-team/an-anime-game-launcher/compare/3.9.2...next
|
||||||
|
[3.9.2]: https://github.com/an-anime-team/an-anime-game-launcher/compare/3.9.1...3.9.2
|
||||||
[3.9.1]: https://github.com/an-anime-team/an-anime-game-launcher/compare/3.9.0...3.9.1
|
[3.9.1]: https://github.com/an-anime-team/an-anime-game-launcher/compare/3.9.0...3.9.1
|
||||||
[3.9.0]: https://github.com/an-anime-team/an-anime-game-launcher/compare/3.8.0...3.9.0
|
[3.9.0]: https://github.com/an-anime-team/an-anime-game-launcher/compare/3.8.0...3.9.0
|
||||||
[3.8.0]: https://github.com/an-anime-team/an-anime-game-launcher/compare/3.7.6...3.8.0
|
[3.8.0]: https://github.com/an-anime-team/an-anime-game-launcher/compare/3.7.6...3.8.0
|
||||||
|
|
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -82,7 +82,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "anime-game-launcher"
|
name = "anime-game-launcher"
|
||||||
version = "3.9.1"
|
version = "3.9.2"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anime-launcher-sdk",
|
"anime-launcher-sdk",
|
||||||
"anyhow",
|
"anyhow",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "anime-game-launcher"
|
name = "anime-game-launcher"
|
||||||
version = "3.9.1"
|
version = "3.9.2"
|
||||||
description = "Anime Game launcher"
|
description = "Anime Game launcher"
|
||||||
authors = ["Nikita Podvirnyy <krypt0nn@vk.com>"]
|
authors = ["Nikita Podvirnyy <krypt0nn@vk.com>"]
|
||||||
homepage = "https://github.com/an-anime-team/an-anime-game-launcher"
|
homepage = "https://github.com/an-anime-team/an-anime-game-launcher"
|
||||||
|
|
Loading…
Add table
Reference in a new issue