Skip to content

Commit 0c8b6d1

Browse files
committed
Fix supported Nextcloud max-version
Nextcloud 32 isn't even released yet
1 parent 8d1f7dc commit 0c8b6d1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Extension to the _Full text search_ app to communicate with the usual Nextcloud
2727
<bugs>https://github.com/jplitza/fulltextsearch_sql/issues</bugs>
2828
<repository>https://github.com/jplitza/fulltextsearch_sql.git</repository>
2929
<dependencies>
30-
<nextcloud min-version="31" max-version="32"/>
30+
<nextcloud min-version="31" max-version="31"/>
3131
<database>mysql</database>
3232
<database>pgsql</database>
3333
</dependencies>

0 commit comments

Comments
 (0)