From afe706dc87c995ec9c7b40287ae1cc66705b6e64 Mon Sep 17 00:00:00 2001 From: Robin Appelman <robin@icewind.nl> Date: Fri, 12 Nov 2021 16:07:16 +0100 Subject: [PATCH] 0.3.0 Signed-off-by: Robin Appelman <robin@icewind.nl> --- appinfo/info.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appinfo/info.xml b/appinfo/info.xml index 46c802c..756414b 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -7,7 +7,7 @@ <description>< for detailed setup instructions]]></description> - <version>0.2.4</version> + <version>0.3.0</version> <licence>agpl</licence> <author>Robin Appelman</author> <namespace>NotifyPush</namespace> @@ -23,7 +23,7 @@ Once the app is installed, the push binary needs to be setup. You can either use <bugs>https://github.com/nextcloud/notify_push/issues</bugs> <dependencies> - <nextcloud min-version="20.0.13" max-version="22"/> + <nextcloud min-version="20.0.13" max-version="23"/> </dependencies> <repair-steps> -- GitLab