Skip to content

Commit ec27267

Browse files
committed
feat(deps): Add Nextcloud 36 support on master
Signed-off-by: Joas Schilling <coding@schilljs.com>
1 parent 97e1c30 commit ec27267

4 files changed

Lines changed: 15 additions & 15 deletions

File tree

appinfo/info.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
More information is available in the Activity documentation.
1616
</description>
1717

18-
<version>8.0.0-dev.0</version>
18+
<version>9.0.0-dev.0</version>
1919
<licence>AGPL-3.0-or-later</licence>
2020
<author>Frank Karlitschek</author>
2121
<author>Joas Schilling</author>
@@ -37,7 +37,7 @@
3737
<repository>https://github.com/nextcloud/activity.git</repository>
3838

3939
<dependencies>
40-
<nextcloud min-version="35" max-version="35" />
40+
<nextcloud min-version="36" max-version="36" />
4141
</dependencies>
4242

4343
<background-jobs>

composer.lock

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

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,6 +1,6 @@
11
{
22
"name": "activity",
3-
"version": "8.0.0-dev.0",
3+
"version": "9.0.0-dev.0",
44
"private": true,
55
"description": "This application enables people to view a log of activities about them or about files.",
66
"homepage": "https://github.com/nextcloud/activity",

0 commit comments

Comments
 (0)