chore: bump version 6.0.35

bump version 6.0.35

log: as title
This commit is contained in:
tsic404 2024-02-01 10:59:00 +08:00 committed by Gary Wang
parent e8e0f3c96f
commit 72f4286f49
2 changed files with 7 additions and 1 deletions

View File

@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.16)
if (NOT DEFINED VERSION)
set(VERSION 6.0.34)
set(VERSION 6.0.35)
endif()
project(dde-dock)

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
dde-dock (6.0.35) unstable; urgency=medium
* feat: adjust dock ui
-- tsic404 <liuheng@deepin.org> Thu, 01 Feb 2024 10:58:27 +0800
dde-dock (6.0.34) unstable; urgency=medium
* fix: dock animation broken (https://github.com/linuxdeepin/developer-center/issues/7143)