Skip to content

Commit

Permalink
Merge pull request #136 from nextcloud/enhancement/nextcloud-20
Browse files Browse the repository at this point in the history
Add Nextcloud 20 support
  • Loading branch information
ChristophWurst authored Aug 31, 2020
2 parents eee1d5b + 34cdcfa commit 315ccf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/// <reference types="@nextcloud/typings" />

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
Expand Down

0 comments on commit 315ccf7

Please sign in to comment.