Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Core App of the full-text search framework for your Nextcloud.

]]>
</description>
<version>32.0.0</version>
<version>35.0.0-beta.1</version>
<licence>agpl</licence>
<author>Maxence Lange</author>
<namespace>FullTextSearch</namespace>
Expand All @@ -27,7 +27,7 @@ Core App of the full-text search framework for your Nextcloud.
<repository>https://github.com/nextcloud/fulltextsearch.git</repository>
<screenshot>https://raw.githubusercontent.com/nextcloud/fulltextsearch/master/screenshots/0.3.0.png</screenshot>
<dependencies>
<nextcloud min-version="32" max-version="34"/>
<nextcloud min-version="35" max-version="35"/>
</dependencies>

<background-jobs>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fulltextsearch",
"version": "32.0.0",
"version": "35.0.0-beta.1",
"private": true,
"description": "Full text search framework for Nextcloud",
"homepage": "https://github.com/nextcloud/fulltextsearch#readme",
Expand Down
2 changes: 1 addition & 1 deletion phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
parameters:
level: 4
phpVersion:
min: 80100
min: 80300
max: 80400
paths:
- lib
Expand Down
Loading