mpc-bar

macOS menu bar client for the Music Player Daemon
Log | Files | Refs | README | LICENSE

commit 4495251d11d5be78cfc6bbba7c49697fb080bb2a
parent 35a0220813a153cda1b4a496d38f0681388159e3
Author: Spencer Williams <spnw@plexwave.org>
Date:   Mon, 14 Apr 2025 16:07:59 -0400

Bump version number

Diffstat:
Mmpc-bar.m | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mpc-bar.m b/mpc-bar.m @@ -29,7 +29,7 @@ #include "ini.h" #include "mpc/song_format.h" -#define VERSION "0.2" +#define VERSION "0.3" #define TITLE_MAX_LENGTH 96 #define SLEEP_INTERVAL 0.2