Skip to content

Commit 47e8099

Browse files
authored
Make NC30 compatible
Make the app compatible with Nextcloud 30 Signed-off-by: Ralf <ervee@moskovic.org>
1 parent 412e397 commit 47e8099

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

appinfo/info.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
1717
Read the [documentation](https://github.com/nextcloud/user_external#readme) to learn how to configure it!
1818
]]></description>
19-
<version>3.4.0</version>
19+
<version>3.5.0</version>
2020
<licence>agpl</licence>
2121
<author>Robin Appelman</author>
2222
<namespace>UserExternal</namespace>
@@ -33,6 +33,6 @@ Read the [documentation](https://github.com/nextcloud/user_external#readme) to l
3333
<bugs>https://github.com/nextcloud/user_external/issues</bugs>
3434
<repository type="git">https://github.com/nextcloud/user_external.git</repository>
3535
<dependencies>
36-
<nextcloud min-version="25" max-version="29" />
36+
<nextcloud min-version="25" max-version="30" />
3737
</dependencies>
3838
</info>

0 commit comments

Comments
 (0)