diff --git a/CHANGELOG b/CHANGELOG index 2cfca2fa..96cd7704 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,6 @@ +Ver.4.0.1: +- temporary disable tooltip painting in main widget + Ver.4.0.0: * migration to plasma 6 * dialog windows have been replaced by notifications diff --git a/sources/CMakeLists.txt b/sources/CMakeLists.txt index a0889080..538420a5 100644 --- a/sources/CMakeLists.txt +++ b/sources/CMakeLists.txt @@ -19,7 +19,7 @@ set(PROJECT_CONTACT "esalexeev@gmail.com") set(PROJECT_LICENSE "GPL3") set(PROJECT_VERSION_MAJOR "4") set(PROJECT_VERSION_MINOR "0") -set(PROJECT_VERSION_PATCH "0") +set(PROJECT_VERSION_PATCH "1") set(PROJECT_VERSION "${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}.${PROJECT_VERSION_PATCH}") # append git version if any set(PROJECT_COMMIT_SHA "Commit hash" CACHE INTERNAL "") diff --git a/sources/awesome-widget/package/metadata.json b/sources/awesome-widget/package/metadata.json index d287ef0d..91aa04d3 100644 --- a/sources/awesome-widget/package/metadata.json +++ b/sources/awesome-widget/package/metadata.json @@ -19,7 +19,7 @@ "Id": "org.kde.plasma.awesomewidget", "License": "GPLv3", "Name": "Awesome Widget", - "Version": "4.0.0", + "Version": "4.0.1", "Website": "https://arcanis.me/projects/awesome-widgets/" }, "X-Plasma-API-Minimum-Version": "6.0" diff --git a/sources/desktop-panel/package/metadata.json b/sources/desktop-panel/package/metadata.json index 2565d8c7..ece659f8 100644 --- a/sources/desktop-panel/package/metadata.json +++ b/sources/desktop-panel/package/metadata.json @@ -19,7 +19,7 @@ "Id": "org.kde.plasma.desktoppanel", "License": "GPLv3", "Name": "Desktop Panel", - "Version": "4.0.0", + "Version": "4.0.1", "Website": "https://arcanis.me/projects/awesome-widgets/" }, "X-Plasma-API-Minimum-Version": "6.0"