Skip to content

Commit ab1b73e

Browse files
authored
Merge pull request #786 from nextcloud/update-master-version
2 parents 930ee9e + 2e39811 commit ab1b73e

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

appinfo/info.xml

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

16-
<version>2.16.0</version>
16+
<version>2.17.0</version>
1717
<licence>agpl</licence>
1818
<author>Frank Karlitschek</author>
1919
<author>Joas Schilling</author>
@@ -35,7 +35,7 @@
3535
<repository>https://github.com/nextcloud/activity.git</repository>
3636

3737
<dependencies>
38-
<nextcloud min-version="24" max-version="24" />
38+
<nextcloud min-version="25" max-version="25" />
3939
</dependencies>
4040

4141
<background-jobs>

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "activity",
33
"description": "This application enables users to view a log of activities about them or about files.",
4-
"version": "2.16.0",
4+
"version": "2.17.0",
55
"author": "Julius Härtl <[email protected]",
66
"contributors": [],
77
"bugs": {
@@ -102,4 +102,4 @@
102102
"regenerator-runtime": "^0.13.9",
103103
"vue-jest": "^3.0.7"
104104
}
105-
}
105+
}

0 commit comments

Comments
 (0)