mirror of
https://github.com/an-anime-team/sleepy-launcher.git
synced 2024-11-21 12:17:35 +03:00
1.3.0
This commit is contained in:
parent
e33ffeb6e2
commit
748a7df34d
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]
|
||||
|
||||
## [1.3.0] - 09.10.2024
|
||||
|
||||
### Added
|
||||
|
||||
- Added 5.1.0 voiceovers sizes
|
||||
|
@ -74,7 +76,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
<br>
|
||||
|
||||
[unreleased]: https://github.com/an-anime-team/sleepy-launcher/compare/1.2.1...next
|
||||
[unreleased]: https://github.com/an-anime-team/sleepy-launcher/compare/1.3.0...next
|
||||
[1.3.0]: https://github.com/an-anime-team/sleepy-launcher/compare/1.2.1...1.3.0
|
||||
[1.2.1]: https://github.com/an-anime-team/sleepy-launcher/compare/1.2.0...1.2.1
|
||||
[1.2.0]: https://github.com/an-anime-team/sleepy-launcher/compare/1.1.0...1.2.0
|
||||
[1.1.0]: https://github.com/an-anime-team/sleepy-launcher/compare/1.0.1...1.1.0
|
||||
|
|
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -2576,7 +2576,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "sleepy-launcher"
|
||||
version = "1.2.1"
|
||||
version = "1.3.0"
|
||||
dependencies = [
|
||||
"anime-launcher-sdk",
|
||||
"anyhow",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "sleepy-launcher"
|
||||
version = "1.2.1"
|
||||
version = "1.3.0"
|
||||
description = "Sleepy launcher"
|
||||
authors = ["Nikita Podvirnyi <krypt0nn@vk.com>"]
|
||||
homepage = "https://github.com/an-anime-team/sleepy-launcher"
|
||||
|
|
Loading…
Reference in a new issue