Skip to content

Commit 1a3ba7b

Browse files
authored
Merge pull request #4996 from nextcloud/update-main-version
feat(deps): Add Nextcloud 33 support on main
2 parents ded0e40 + c2dd178 commit 1a3ba7b

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/dependabot.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ updates:
4646
day: saturday
4747
time: "03:00"
4848
timezone: Europe/Paris
49-
target-branch: stable29
49+
target-branch: stable30
5050
labels:
5151
- "3. to review"
5252
- "dependencies"
@@ -63,7 +63,7 @@ updates:
6363
day: saturday
6464
time: "03:00"
6565
timezone: Europe/Paris
66-
target-branch: stable30
66+
target-branch: stable31
6767
labels:
6868
- "3. to review"
6969
- "dependencies"
@@ -80,7 +80,7 @@ updates:
8080
day: saturday
8181
time: "03:00"
8282
timezone: Europe/Paris
83-
target-branch: stable31
83+
target-branch: stable32
8484
labels:
8585
- "3. to review"
8686
- "dependencies"

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>9.0.0-beta.1</version>
14+
<version>10.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="32" max-version="32"/>
35+
<nextcloud min-version="33" max-version="33"/>
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": "9.0.0-beta.1",
4+
"version": "10.0.0-dev.0",
55
"authors": [
66
{
77
"name": "Julius Härtl",

0 commit comments

Comments
 (0)