]> git.seodisparate.com - mpd_info_screen/commitdiff
Update version, README.md
authorStephen Seo <seo.disparate@gmail.com>
Sat, 4 Feb 2023 10:42:02 +0000 (19:42 +0900)
committerStephen Seo <seo.disparate@gmail.com>
Sat, 4 Feb 2023 10:42:02 +0000 (19:42 +0900)
Cargo.lock
Cargo.toml
README.md

index 705bb44f261c98468eba809bf2ee79ac1dd2eb2e..7190d704feea81a7cdf2ff7cafaf6c8a240cb034 100644 (file)
@@ -1668,7 +1668,7 @@ dependencies = [
 
 [[package]]
 name = "mpd_info_screen"
-version = "0.4.2"
+version = "0.4.3"
 dependencies = [
  "bindgen",
  "freetype",
index 7cc824fa3cd8f4a9fbb44467585f1fb7e4fab0e7..787b4d4af3e8cc450b1acfde1e1fa37bc4c50681 100644 (file)
@@ -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"
index 484fd7af9026bde0c2b819a64348682a03cf6d33..e0725f54d9317cbdacfcfe0d0e4316cb64c61cf4 100644 (file)
--- 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] <host> [port]