Skip to content

Commit

Permalink
feat(deps): Add Nextcloud 32 support
Browse files Browse the repository at this point in the history
Signed-off-by: Joas Schilling <coding@schilljs.com>
  • Loading branch information
nickvergessen committed Jan 23, 2025
1 parent 0c39f51 commit 096425f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
Microsoft Official Documentation: [Deploying Office Online Server](https://docs.microsoft.com/en-us/officeonlineserver/deploy-office-online-server)]]>
</description>

<version>3.0.0</version>
<version>3.1.0-dev.0</version>
<licence>agpl</licence>

<author>Julius Härtl</author>
Expand All @@ -38,7 +38,7 @@
<screenshot>https://github.com/nextcloud/officeonline/raw/main/screenshot.png</screenshot>

<dependencies>
<nextcloud min-version="26" max-version="31"/>
<nextcloud min-version="26" max-version="32"/>
</dependencies>

<settings>
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "officeonline",
"description": "Collabora online integration",
"version": "2.3.2",
"version": "3.1.0-dev.0",
"authors": [
{
"name": "Julius Härtl",
Expand Down Expand Up @@ -111,4 +111,4 @@
],
"globalSetup": "<rootDir>/src/tests/setup.js"
}
}
}

0 comments on commit 096425f

Please sign in to comment.