diff options
author | jld3103 <jld3103yt@gmail.com> | 2023-03-27 08:13:29 +0200 |
---|---|---|
committer | jld3103 <jld3103yt@gmail.com> | 2023-03-27 08:13:29 +0200 |
commit | 5c514eac4425e94f0644314fa23387c4f8723d57 (patch) | |
tree | 3bc939b0aa081702b127ab0bb7ea1ba8e2dd38dc | |
parent | e493e72ffb29e0accdf11cf06b0f9641fdb4858f (diff) | |
download | nextcloud-server-5c514eac4425e94f0644314fa23387c4f8723d57.tar.gz nextcloud-server-5c514eac4425e94f0644314fa23387c4f8723d57.zip |
Add back missing dashboard version
Signed-off-by: jld3103 <jld3103yt@gmail.com>
-rw-r--r-- | apps/dashboard/appinfo/info.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/dashboard/appinfo/info.xml b/apps/dashboard/appinfo/info.xml index 9a703b3e64d..6c43c310557 100644 --- a/apps/dashboard/appinfo/info.xml +++ b/apps/dashboard/appinfo/info.xml @@ -8,6 +8,7 @@ The Nextcloud Dashboard is your starting point of the day, giving you an overview of your upcoming appointments, urgent emails, chat messages, incoming tickets, latest tweets and much more! Users can add the widgets they like and change the background to their liking.]]> </description> + <version>7.7.0</version> <licence>agpl</licence> <author>Julius Härtl</author> <namespace>Dashboard</namespace> |