Skip to content

Commit c0181ea

Browse files
authored
Merge pull request #5661 from nextcloud/update-main-version
feat(deps): Add Nextcloud 35 support on main
2 parents cdf704e + 3898819 commit c0181ea

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

appinfo/info.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<description><![CDATA[This application can connect to a Collabora Online (or other) server (WOPI-like Client). Nextcloud is the WOPI Host. Please read the documentation to learn more about that.
1212
1313
You can also edit your documents off-line with the Collabora Office app from the **[Android](https://play.google.com/store/apps/details?id=com.collabora.libreoffice)** and **[iOS](https://apps.apple.com/us/app/collabora-office/id1440482071)** store.]]></description>
14-
<version>11.0.0-beta.1</version>
14+
<version>12.0.0-dev.0</version>
1515
<licence>agpl</licence>
1616
<author>Collabora Productivity based on work of Frank Karlitschek, Victor Dubiniuk</author>
1717
<types>
@@ -32,7 +32,7 @@ You can also edit your documents off-line with the Collabora Office app from the
3232
<screenshot>https://github.com/nextcloud/richdocuments/raw/main/screenshots/Nextcloud-spreadsheet.png</screenshot>
3333
<screenshot>https://github.com/nextcloud/richdocuments/raw/main/screenshots/Nextcloud-presentation.png</screenshot>
3434
<dependencies>
35-
<nextcloud min-version="34" max-version="34"/>
35+
<nextcloud min-version="35" max-version="35"/>
3636
</dependencies>
3737
<background-jobs>
3838
<job>OCA\Richdocuments\Backgroundjobs\ObtainCapabilities</job>

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "richdocuments",
33
"description": "Collabora online integration",
4-
"version": "11.0.0-beta.1",
4+
"version": "12.0.0-dev.0",
55
"authors": [
66
{
77
"name": "Julius Härtl",

0 commit comments

Comments
 (0)