Version 0.4.0

Testing shows that even with some of the expect()/unwrap() additions,
the program is still stable enough to use. Will merge into the main
branch.
This commit is contained in:
Stephen Seo 2023-01-08 17:43:19 +09:00
parent 74a84d9f7a
commit e025a48735
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -1605,7 +1605,7 @@ dependencies = [
[[package]]
name = "mpd_info_screen"
version = "0.3.8"
version = "0.4.0"
dependencies = [
"bindgen",
"freetype",

View file

@ -1,6 +1,6 @@
[package]
name = "mpd_info_screen"
version = "0.3.8"
version = "0.4.0"
edition = "2021"
description = "Displays info on currently playing music from an MPD daemon"
license = "MIT"