From 5d3f257033783921ee768c15609936b0efbcb400 Mon Sep 17 00:00:00 2001
From: Robin Appelman <robin@icewind.nl>
Date: Thu, 16 Sep 2021 16:36:13 +0200
Subject: [PATCH] 20.0.13 will be compatible

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 a566803..f62e4a5 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -7,7 +7,7 @@
 	<description><![CDATA[Push update support for desktop app.
 
 Once the app is installed, the push binary needs to be setup. You can either use the setup wizard with `occ notify_push:setup` or see the [README](http://github.com/nextcloud/notify_push) for detailed setup instructions]]></description>
-	<version>0.2.3</version>
+	<version>0.2.4</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="21" max-version="22"/>
+		<nextcloud min-version="20.0.13" max-version="22"/>
 	</dependencies>
 
 	<repair-steps>
-- 
GitLab