We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0794225 commit 90e3750Copy full SHA for 90e3750
CMakeLists.txt
@@ -2,7 +2,7 @@ project(applet_windowbuttons)
2
cmake_minimum_required(VERSION 3.0 FATAL_ERROR)
3
4
set(CMAKE_CXX_STANDARD 14)
5
-set(VERSION 0.11.0)
+set(VERSION 0.11.1)
6
set(AUTHOR "Michail Vourlakos")
7
set(EMAIL "mvourlakos@gmail.com")
8
package/metadata.desktop
@@ -15,7 +15,7 @@ X-KDE-PluginInfo-Category=Windows and Tasks
15
X-KDE-PluginInfo-Email=mvourlakos@gmail.com
16
X-KDE-PluginInfo-License=GPLv2
17
X-KDE-PluginInfo-Name=org.kde.windowbuttons
18
-X-KDE-PluginInfo-Version=0.10.1
+X-KDE-PluginInfo-Version=0.11.1
19
X-KDE-PluginInfo-Website=https://github.com/psifidotos/applet-window-buttons
20
X-KDE-ServiceTypes=Plasma/Applet
21
0 commit comments