Skip to content

Commit

Permalink
Merge pull request #168 from nextcloud/enhancement/nextcloud-20
Browse files Browse the repository at this point in the history
Add Nextcloud 20 support
  • Loading branch information
ChristophWurst committed Aug 31, 2020
2 parents b341f2a + 3ad06bf commit d0ae68d
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;
declare var window: Nextcloud.v16.WindowWithGlobals | Nextcloud.v17.WindowWithGlobals | Nextcloud.v18.WindowWithGlobals | Nextcloud.v19.WindowWithGlobals;

/**
Expand Down

0 comments on commit d0ae68d

Please sign in to comment.