Skip to content

Commit 5f62f67

Browse files
feat(deps): Add Nextcloud 35 support (#1501)
Signed-off-by: Joas Schilling <coding@schilljs.com>
1 parent c4dad8d commit 5f62f67

4 files changed

Lines changed: 11 additions & 5 deletions

File tree

.github/dependabot.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ updates:
77
day: saturday
88
time: "03:00"
99
timezone: Europe/Paris
10+
cooldown:
11+
default-days: 10
1012
open-pull-requests-limit: 10
1113
- package-ecosystem: npm
1214
directory: "/"
@@ -15,6 +17,8 @@ updates:
1517
day: saturday
1618
time: "03:00"
1719
timezone: Europe/Paris
20+
cooldown:
21+
default-days: 10
1822
open-pull-requests-limit: 10
1923
- package-ecosystem: "github-actions"
2024
directory: "/"
@@ -23,4 +27,6 @@ updates:
2327
day: saturday
2428
time: "03:00"
2529
timezone: Europe/Paris
30+
cooldown:
31+
default-days: 10
2632
open-pull-requests-limit: 10

appinfo/info.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Requirements:
7575
The app does not send any sensitive data to cloud providers or similar services. All processing is done on your Nextcloud machine, using Tensorflow.js running in Node.js.
7676
7777
]]></description>
78-
<version>12.0.0</version>
78+
<version>12.1.0-dev.0</version>
7979
<licence>agpl</licence>
8080
<author mail="mklehr@gmx.net">Marcel Klehr</author>
8181
<types>
@@ -92,7 +92,7 @@ The app does not send any sensitive data to cloud providers or similar services.
9292
<screenshot>https://raw.githubusercontent.com/nextcloud/recognize/main/screenshots/Logo.png</screenshot>
9393
<screenshot>https://raw.githubusercontent.com/nextcloud/recognize/main/screenshots/imagenet_examples.jpg</screenshot>
9494
<dependencies>
95-
<nextcloud min-version="34" max-version="34" />
95+
<nextcloud min-version="34" max-version="35" />
9696
</dependencies>
9797
<background-jobs>
9898
<job>OCA\Recognize\BackgroundJobs\MaintenanceJob</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,6 +1,6 @@
11
{
22
"name": "recognize",
3-
"version": "12.0.0",
3+
"version": "12.1.0-dev.0",
44
"description": "Image recognition in nextcloud",
55
"main": "src/classifier_imagenet.js",
66
"directories": {

0 commit comments

Comments
 (0)