From c4bce75866fe9911569efbd6a17cdb367f24b747 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Eric=20Janouch?= Date: Tue, 27 Feb 2024 00:39:23 +0100 Subject: Bump version, update NEWS --- CMakeLists.txt | 2 +- NEWS | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9bbcf2c..4c6502e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required (VERSION 3.0...3.27) -project (nncmpp VERSION 2.1.0 LANGUAGES C) +project (nncmpp VERSION 2.1.1 LANGUAGES C) # Moar warnings if ("${CMAKE_C_COMPILER_ID}" MATCHES "GNU" OR CMAKE_COMPILER_IS_GNUCC) diff --git a/NEWS b/NEWS index feaf7df..ffe2ecc 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,12 @@ +2.1.1 (2024-02-27) + + * Fixed installation of Info tab plugins + + * Fixed display of playback mode toggles in the terminal user interface + + * Fixed a dead link in the manual page + + 2.1.0 (2024-02-11) * Added ability to look up song lyrics, -- cgit v1.2.3