diff options
author | Joas Schilling <coding@schilljs.com> | 2022-04-13 09:37:32 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2022-04-14 22:12:53 +0200 |
commit | bd6182b79173729a740f6c3228f4290ab924c8b0 (patch) | |
tree | 742fcc15391df234559f354a90076ae38add6377 /apps/dashboard | |
parent | 5efccfba3c65aa69e11f80342bc07bd05ddad568 (diff) | |
download | nextcloud-server-bd6182b79173729a740f6c3228f4290ab924c8b0.tar.gz nextcloud-server-bd6182b79173729a740f6c3228f4290ab924c8b0.zip |
Master is now 25
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'apps/dashboard')
-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 846f302c544..a21f3ab47b1 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.4.0</version> + <version>7.5.0</version> <licence>agpl</licence> <author>Julius Härtl</author> <namespace>Dashboard</namespace> @@ -21,7 +21,7 @@ they like and change the background to their liking.]]></description> <bugs>https://github.com/nextcloud/server/issues</bugs> <dependencies> - <nextcloud min-version="24" max-version="24"/> + <nextcloud min-version="25" max-version="25"/> </dependencies> <navigations> |