From 72f4286f49c5c9261740f87ff58cc694859ea0b6 Mon Sep 17 00:00:00 2001 From: tsic404 Date: Thu, 1 Feb 2024 10:59:00 +0800 Subject: [PATCH] chore: bump version 6.0.35 bump version 6.0.35 log: as title --- CMakeLists.txt | 2 +- debian/changelog | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 69c9213ef..573374363 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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) diff --git a/debian/changelog b/debian/changelog index a53b4579b..9521849e3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +dde-dock (6.0.35) unstable; urgency=medium + + * feat: adjust dock ui + + -- tsic404 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)