Skip to content

Commit 2d93efb

Browse files
committed
v4.2.0
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
1 parent 72f90b1 commit 2d93efb

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
66

77
## [Unreleased]
88

9+
## [4.2.0] - 2025-11-12
10+
11+
### New
12+
13+
- Support Nextcloud 33
14+
915
## [4.1.0] - 2025-07-07
1016

1117
### New

appinfo/info.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ The rating depends on the model you select to use.
3030
Learn more about the Nextcloud Ethical AI Rating [in our blog](https://nextcloud.com/blog/nextcloud-ethical-ai-rating/).
3131
3232
]]></description>
33-
<version>4.1.0</version>
33+
<version>4.2.0</version>
3434
<licence>agpl</licence>
3535
<author>Julien Veyssier</author>
3636
<namespace>Replicate</namespace>
@@ -46,7 +46,7 @@ Learn more about the Nextcloud Ethical AI Rating [in our blog](https://nextcloud
4646
<screenshot>https://github.com/julien-nc/integration_replicate/raw/main/img/screenshot2.jpg</screenshot>
4747
<screenshot>https://github.com/julien-nc/integration_replicate/raw/main/img/screenshot3.jpg</screenshot>
4848
<dependencies>
49-
<nextcloud min-version="30" max-version="32"/>
49+
<nextcloud min-version="30" max-version="33"/>
5050
</dependencies>
5151
<settings>
5252
<admin>OCA\Replicate\Settings\Admin</admin>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "integration_replicate",
3-
"version": "4.1.0",
3+
"version": "4.2.0",
44
"description": "Replicate integration",
55
"main": "index.js",
66
"directories": {

0 commit comments

Comments
 (0)