Skip to content

Commit

Permalink
chore: bump version to 6.0.29
Browse files Browse the repository at this point in the history
  • Loading branch information
Decodetalkers committed Jan 22, 2024
1 parent ca4408c commit 5435eec
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.16)

if (NOT DEFINED VERSION)
set(VERSION 6.0.28)
set(VERSION 6.0.29)
endif()

project(dde-dock)
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
dde-dock (6.0.29) unstable; urgency=medium

* fix: when no timeformat, tooltip is empty

-- chenhongtao <[email protected]> Mon, 22 Jan 2024 09:47:21 +0800

dde-dock (6.0.28) unstable; urgency=medium

* fix: the item that removed is exist yet (https://github.com/linuxdeepin/developer-center/issues/4631)
Expand Down

0 comments on commit 5435eec

Please sign in to comment.