This commit is contained in:
Observer KRypt0n_ 2023-06-15 19:16:17 +02:00
parent 9d12a5cfc6
commit 724f581ac1
No known key found for this signature in database
GPG key ID: 844DA47BA25FE1E2
3 changed files with 4 additions and 2 deletions

View file

@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased] ## [Unreleased]
## [1.2.1] - 15.06.2023
### Added ### Added
- Added Discord RPC icon selection - Added Discord RPC icon selection

2
Cargo.lock generated
View file

@ -1401,7 +1401,7 @@ dependencies = [
[[package]] [[package]]
name = "honkers-railway-launcher" name = "honkers-railway-launcher"
version = "1.2.0" version = "1.2.1"
dependencies = [ dependencies = [
"anime-launcher-sdk", "anime-launcher-sdk",
"anyhow", "anyhow",

View file

@ -1,6 +1,6 @@
[package] [package]
name = "honkers-railway-launcher" name = "honkers-railway-launcher"
version = "1.2.0" version = "1.2.1"
description = "The Honkers Railway launcher" description = "The Honkers Railway launcher"
authors = ["Nikita Podvirnyy <suimin.tu.mu.ga.mi@gmail.com>"] authors = ["Nikita Podvirnyy <suimin.tu.mu.ga.mi@gmail.com>"]
license = "GPL-3.0" license = "GPL-3.0"