From e025a48735de120f6d12370b265d45f1bb8bae3b Mon Sep 17 00:00:00 2001 From: Stephen Seo Date: Sun, 8 Jan 2023 17:43:19 +0900 Subject: [PATCH] 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. --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1ec3e5d..e62a1a7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1605,7 +1605,7 @@ dependencies = [ [[package]] name = "mpd_info_screen" -version = "0.3.8" +version = "0.4.0" dependencies = [ "bindgen", "freetype", diff --git a/Cargo.toml b/Cargo.toml index 486e57d..9f239b6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"