Skip to content

Commit

Permalink
feat(deps): Add Nextcloud 30 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 Mar 28, 2024
1 parent 84012c9 commit ecb76b7
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 @@ -5,7 +5,7 @@
<summary>Edit office documents directly in your browser.</summary>
<description>This application can connect to an Office Online server with Nextcloud.</description>

<version>2.1.0</version>
<version>2.2.0</version>
<licence>agpl</licence>

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

<dependencies>
<nextcloud min-version="24" max-version="28"/>
<nextcloud min-version="24" max-version="29"/>
</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.1.0",
"version": "2.2.0",
"authors": [
{
"name": "Julius Härtl",
Expand Down Expand Up @@ -111,4 +111,4 @@
],
"globalSetup": "<rootDir>/src/tests/setup.js"
}
}
}

0 comments on commit ecb76b7

Please sign in to comment.