From 7f38c15c7696700c47b6ef5d40755b16228eccba Mon Sep 17 00:00:00 2001 From: Observer KRypt0n_ Date: Mon, 6 Mar 2023 22:35:38 +0200 Subject: [PATCH] 3.1.1 --- CHANGELOG.md | 10 ++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) 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"