From 724f581ac1bc213a2af6b07405e393ac9ce221f9 Mon Sep 17 00:00:00 2001 From: Observer KRypt0n_ Date: Thu, 15 Jun 2023 19:16:17 +0200 Subject: [PATCH] 1.2.1 --- CHANGELOG.md | 2 ++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c53732a..74c8f17 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.2.1] - 15.06.2023 + ### Added - Added Discord RPC icon selection diff --git a/Cargo.lock b/Cargo.lock index 7098c31..9b8ee4e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1401,7 +1401,7 @@ dependencies = [ [[package]] name = "honkers-railway-launcher" -version = "1.2.0" +version = "1.2.1" dependencies = [ "anime-launcher-sdk", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index f327f64..3a1aaa5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "honkers-railway-launcher" -version = "1.2.0" +version = "1.2.1" description = "The Honkers Railway launcher" authors = ["Nikita Podvirnyy "] license = "GPL-3.0"