We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13b1e66 commit 0300e28Copy full SHA for 0300e28
2 files changed
CMakeLists.txt
@@ -1,7 +1,7 @@
1
cmake_minimum_required(VERSION 3.16)
2
3
if (NOT DEFINED VERSION)
4
- set(VERSION 6.0.29)
+ set(VERSION 6.0.30)
5
endif()
6
7
project(dde-dock)
debian/changelog
@@ -1,3 +1,9 @@
+dde-dock (6.0.30) unstable; urgency=medium
+
+ * chore: remove Cooperation in display plugin (https://github.com/linuxdeepin/developer-center/issues/7023)
+ -- chenhongtao <chenhongtao@deepin.org> Mon, 22 Jan 2024 17:27:34 +0800
dde-dock (6.0.29) unstable; urgency=medium
8
9
* fix: when no timeformat, tooltip is empty
0 commit comments