Skip to content

Commit 571417f

Browse files
committed
Release 4.0.1
1 parent e3d24d1 commit 571417f

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

CHANGELOG

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
Ver.4.0.1:
2+
- temporary disable tooltip painting in main widget
3+
14
Ver.4.0.0:
25
* migration to plasma 6
36
* dialog windows have been replaced by notifications

sources/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ set(PROJECT_CONTACT "esalexeev@gmail.com")
1919
set(PROJECT_LICENSE "GPL3")
2020
set(PROJECT_VERSION_MAJOR "4")
2121
set(PROJECT_VERSION_MINOR "0")
22-
set(PROJECT_VERSION_PATCH "0")
22+
set(PROJECT_VERSION_PATCH "1")
2323
set(PROJECT_VERSION "${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}.${PROJECT_VERSION_PATCH}")
2424
# append git version if any
2525
set(PROJECT_COMMIT_SHA "Commit hash" CACHE INTERNAL "")

sources/awesome-widget/package/metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"Id": "org.kde.plasma.awesomewidget",
2020
"License": "GPLv3",
2121
"Name": "Awesome Widget",
22-
"Version": "4.0.0",
22+
"Version": "4.0.1",
2323
"Website": "https://arcanis.me/projects/awesome-widgets/"
2424
},
2525
"X-Plasma-API-Minimum-Version": "6.0"

sources/desktop-panel/package/metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"Id": "org.kde.plasma.desktoppanel",
2020
"License": "GPLv3",
2121
"Name": "Desktop Panel",
22-
"Version": "4.0.0",
22+
"Version": "4.0.1",
2323
"Website": "https://arcanis.me/projects/awesome-widgets/"
2424
},
2525
"X-Plasma-API-Minimum-Version": "6.0"

0 commit comments

Comments
 (0)