From 96cae409fdb9986511191979071f7af3c1369d23 Mon Sep 17 00:00:00 2001 From: Observer KRypt0n_ Date: Sat, 20 Jan 2024 23:26:00 +0200 Subject: [PATCH] v1.0.1 --- CHANGELOG.md | 5 ++++- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 30a8fdf..3f3eb8f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.0.1] - 20.01.2024 + ### Added - Added Chinese @@ -27,5 +29,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
-[unreleased]: https://github.com/an-anime-team/anime-games-launcher/compare/1.0.0...master +[unreleased]: https://github.com/an-anime-team/anime-games-launcher/compare/1.0.1...master +[1.0.1]: https://github.com/an-anime-team/anime-games-launcher/compare/1.0.0...1.0.1 [1.0.0]: https://github.com/an-anime-team/anime-games-launcher/releases/tag/1.0.0 diff --git a/Cargo.lock b/Cargo.lock index 97fde01..d954cce 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -77,7 +77,7 @@ dependencies = [ [[package]] name = "anime-games-launcher" -version = "1.0.0" +version = "1.0.1" dependencies = [ "anime-game-core", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 5b41479..1a48f9d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "anime-games-launcher" -version = "1.0.0" +version = "1.0.1" description = "Anime Games Launcher" authors = ["Nikita Podvirnyy "] homepage = "https://github.com/an-anime-team/anime-games-launcher"