From 34cdcfa8881cf1622a995256c1d1f002dd5e7c60 Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Mon, 31 Aug 2020 15:19:45 +0200 Subject: [PATCH] Add Nextcloud 20 support Signed-off-by: Christoph Wurst --- lib/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/index.ts b/lib/index.ts index 316c642..142cf33 100644 --- a/lib/index.ts +++ b/lib/index.ts @@ -1,6 +1,6 @@ /// -declare var OC: Nextcloud.v16.OC | Nextcloud.v17.OC | Nextcloud.v18.OC | Nextcloud.v19.OC; +declare var OC: Nextcloud.v16.OC | Nextcloud.v17.OC | Nextcloud.v18.OC | Nextcloud.v19.OC | Nextcloud.v20.OC; /** * Get an absolute url to a file in an app