diff --git a/CHANGELOG.md b/CHANGELOG.md index c122f67..a8575c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 3.1.1 + +### Added + +- Added components index path selection to initial setup + +### Fixed + +- Fixed game launching command + ## 3.1.0 ### Added diff --git a/Cargo.lock b/Cargo.lock index 8696d19..6681758 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -54,7 +54,7 @@ dependencies = [ [[package]] name = "anime-game-launcher" -version = "3.1.0" +version = "3.1.1" dependencies = [ "anime-launcher-sdk", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 563e7c1..07a3059 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "anime-game-launcher" -version = "3.1.0" +version = "3.1.1" description = "Anime Game launcher" authors = ["Nikita Podvirnyy "] license = "GPL-3.0"