From c782a3048df0933eab17f35adc6243b6bcd91014 Mon Sep 17 00:00:00 2001 From: Stephen Seo Date: Sat, 4 Feb 2023 19:42:02 +0900 Subject: [PATCH] Update version, README.md --- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 705bb44..7190d70 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1668,7 +1668,7 @@ dependencies = [ [[package]] name = "mpd_info_screen" -version = "0.4.2" +version = "0.4.3" dependencies = [ "bindgen", "freetype", diff --git a/Cargo.toml b/Cargo.toml index 7cc824f..787b4d4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mpd_info_screen" -version = "0.4.2" +version = "0.4.3" edition = "2018" description = "Displays info on currently playing music from an MPD daemon" license = "MIT" diff --git a/README.md b/README.md index 484fd7a..e0725f5 100644 --- a/README.md +++ b/README.md @@ -14,9 +14,9 @@ counter, and the filename currently being played ## Known Bugs ❗❗ -Version `0.4.2` is a "workaround" release that is branched off of version +Version `0.4.3` is a "workaround" release that is branched off of version `0.3.7`. Once a new release of `ggez` is released that fixes the known bugs, -version `0.4.3` will be released with the fixes. Because this is based on +a new version will be released with the fixes. Because this is based on `0.3.7` of `mpd_info_screen`, Wayland support may not work. Try using `xwayland` with the environment variable `WINIT_UNIX_BACKEND=x11` set. @@ -48,7 +48,7 @@ or through crates.io: # Usage - mpd_info_screen 0.4.2 + mpd_info_screen 0.4.3 USAGE: mpd_info_screen [FLAGS] [OPTIONS] [port]