diff --git a/CMakeLists.txt b/CMakeLists.txt index 11fd7d06..d2da8e78 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.5...3.29) project( Cantata - VERSION "3.2.1" + VERSION "3.3.0" DESCRIPTION "Graphical MPD Client with Qt." HOMEPAGE_URL "https://github.com/nullobsi/cantata" LANGUAGES CXX C diff --git a/cantata.metainfo.xml.cmake b/cantata.metainfo.xml.cmake index 0719d6c4..d9426a77 100644 --- a/cantata.metainfo.xml.cmake +++ b/cantata.metainfo.xml.cmake @@ -3,16 +3,21 @@ @PROJECT_REV_ID@ Cantata - Listen to and manage your Music Player Daemon (MPD) library + Control your music server CC-BY-SA-4.0 GPL-3.0-or-later

- A graphical MPD client with support for tagging, ReplayGain tag creation, - queue management, and online features. + A graphical MPD (Music Player Daemon) client with support for + tagging, ReplayGain tag creation, + queue management, and online features.

+

+ This software connects to a running MPD server on a local or + remote machine. Check out their project page for more information. +