diff options
author | Joas Schilling <coding@schilljs.com> | 2023-03-03 06:44:27 +0100 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2023-03-03 06:44:27 +0100 |
commit | d21db216f70f925565a45acb74e860d316ee7431 (patch) | |
tree | d242a59a8186131e95cff099ff721bc6c5ab4b33 /apps/dashboard/appinfo/info.xml | |
parent | 87f103dc6c4cf86e0e128ed9379f77f373034342 (diff) | |
download | nextcloud-server-d21db216f70f925565a45acb74e860d316ee7431.tar.gz nextcloud-server-d21db216f70f925565a45acb74e860d316ee7431.zip |
chore(release): Bump requirements and versions in apps/
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'apps/dashboard/appinfo/info.xml')
-rw-r--r-- | apps/dashboard/appinfo/info.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/dashboard/appinfo/info.xml b/apps/dashboard/appinfo/info.xml index 8f27a63a2f3..4467aa7539e 100644 --- a/apps/dashboard/appinfo/info.xml +++ b/apps/dashboard/appinfo/info.xml @@ -10,7 +10,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.6.0</version> + <version>7.7.0</version> <licence>agpl</licence> <author>Julius Härtl</author> <namespace>Dashboard</namespace> @@ -20,7 +20,7 @@ they like and change the background to their liking.]]></description> <bugs>https://github.com/nextcloud/server/issues</bugs> <dependencies> - <nextcloud min-version="26" max-version="26"/> + <nextcloud min-version="27" max-version="27"/> </dependencies> <navigations> |