diff --git a/CHANGELOG.md b/CHANGELOG.md index e71029b..230105a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +## [mmclient-v0.4.2] - 2024-10-28 + ## [mmserver-v0.5.3] - 2024-10-24 ### Bugfixes diff --git a/README.md b/README.md index 48ea3db..afbc130 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/colinmarc/magic-mirror/tests.yaml)](https://github.com/colinmarc/magic-mirror/actions/workflows/tests.yaml) [![Discord](https://img.shields.io/discord/1284975819222945802?style=flat&label=discord&color=7289DA)](https://discord.gg/v22G644DzS) [![Server Release](https://img.shields.io/github/v/release/colinmarc/magic-mirror?filter=mmserver*&display_name=tag&label=download)](https://github.com/colinmarc/magic-mirror/releases/tag/mmserver-v0.5.3) -[![Client Release](https://img.shields.io/github/v/release/colinmarc/magic-mirror?filter=mmclient*&display_name=tag&label=download)](https://github.com/colinmarc/magic-mirror/releases/tag/mmclient-v0.4.1) +[![Client Release](https://img.shields.io/github/v/release/colinmarc/magic-mirror?filter=mmclient*&display_name=tag&label=download)](https://github.com/colinmarc/magic-mirror/releases/tag/mmclient-v0.4.2) This is a game streaming and remote desktop tool for Linux, featuring: diff --git a/mm-client/Cargo.lock b/mm-client/Cargo.lock index f89f938..6343e27 100644 --- a/mm-client/Cargo.lock +++ b/mm-client/Cargo.lock @@ -1824,7 +1824,7 @@ dependencies = [ [[package]] name = "mm-client" -version = "0.4.1" +version = "0.4.2" dependencies = [ "anyhow", "ash", diff --git a/mm-client/Cargo.toml b/mm-client/Cargo.toml index c90d34a..2c4d338 100644 --- a/mm-client/Cargo.toml +++ b/mm-client/Cargo.toml @@ -4,7 +4,7 @@ [package] name = "mm-client" -version = "0.4.1" +version = "0.4.2" edition = "2021" [[bin]]