mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-06-28 06:41:40 +00:00
Release 3.5.0
This commit is contained in:
@ -15,8 +15,8 @@ set(PROJECT_AUTHOR "Evgeniy Alekseev")
|
||||
set(PROJECT_CONTACT "esalexeev@gmail.com")
|
||||
set(PROJECT_LICENSE "GPL3")
|
||||
set(PROJECT_VERSION_MAJOR "3")
|
||||
set(PROJECT_VERSION_MINOR "4")
|
||||
set(PROJECT_VERSION_PATCH "3")
|
||||
set(PROJECT_VERSION_MINOR "5")
|
||||
set(PROJECT_VERSION_PATCH "0")
|
||||
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 "")
|
||||
|
@ -19,7 +19,7 @@ X-Plasma-MainScript=ui/main.qml
|
||||
X-KDE-PluginInfo-Author=Evgeniy Alekseev aka arcanis
|
||||
X-KDE-PluginInfo-Email=esalexeev@gmail.com
|
||||
X-KDE-PluginInfo-Name=org.kde.plasma.awesomewidget
|
||||
X-KDE-PluginInfo-Version=3.4.3
|
||||
X-KDE-PluginInfo-Version=3.5.0
|
||||
X-KDE-PluginInfo-Website=https://arcanis.me/projects/awesome-widgets/
|
||||
X-KDE-PluginInfo-Category=System Information
|
||||
X-KDE-PluginInfo-License=GPLv3
|
||||
|
@ -19,7 +19,7 @@ X-Plasma-MainScript=ui/main.qml
|
||||
X-KDE-PluginInfo-Author=Evgeniy Alekseev aka arcanis
|
||||
X-KDE-PluginInfo-Email=esalexeev@gmail.com
|
||||
X-KDE-PluginInfo-Name=org.kde.plasma.desktoppanel
|
||||
X-KDE-PluginInfo-Version=3.4.3
|
||||
X-KDE-PluginInfo-Version=3.5.0
|
||||
X-KDE-PluginInfo-Website=https://arcanis.me/projects/awesome-widgets/
|
||||
X-KDE-PluginInfo-Category=System Information
|
||||
X-KDE-PluginInfo-License=GPLv3
|
||||
|
@ -67,7 +67,7 @@ const char STATIC_KEYS[] = "time,isotime,shorttime,longtime,tstime,ctime,uptime,
|
||||
// links
|
||||
const char HOMEPAGE[] = "https://arcanis.me/projects/awesome-widgets";
|
||||
const char REPOSITORY[] = "https://github.com/arcan1s/awesome-widgets";
|
||||
const char RELEASES[] = "https://github.com/arcan1s/awesome-widgets/releases/tag/V.";
|
||||
const char RELEASES[] = "https://github.com/arcan1s/awesome-widgets/releases/tag/";
|
||||
const char VERSION_API[] = "https://api.github.com/repos/arcan1s/awesome-widgets/releases";
|
||||
const char BUGTRACKER[] = "https://github.com/arcan1s/awesome-widgets/issues";
|
||||
const char BUGTRACKER_API[] = "https://arcanis.me/repos/arcan1s/awesome-widgets/issues";
|
||||
|
Reference in New Issue
Block a user