diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 66ba6664..d72ac744 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,6 +7,8 @@ updates: day: saturday time: "03:00" timezone: Europe/Paris + cooldown: + default-days: 10 open-pull-requests-limit: 10 - package-ecosystem: npm directory: "/" @@ -15,6 +17,8 @@ updates: day: saturday time: "03:00" timezone: Europe/Paris + cooldown: + default-days: 10 open-pull-requests-limit: 10 - package-ecosystem: "github-actions" directory: "/" @@ -23,4 +27,6 @@ updates: day: saturday time: "03:00" timezone: Europe/Paris + cooldown: + default-days: 10 open-pull-requests-limit: 10 diff --git a/appinfo/info.xml b/appinfo/info.xml index 483b9c4a..db50261e 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -75,7 +75,7 @@ Requirements: 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. ]]> - 12.0.0 + 12.1.0-dev.0 agpl Marcel Klehr @@ -92,7 +92,7 @@ The app does not send any sensitive data to cloud providers or similar services. https://raw.githubusercontent.com/nextcloud/recognize/main/screenshots/Logo.png https://raw.githubusercontent.com/nextcloud/recognize/main/screenshots/imagenet_examples.jpg - + OCA\Recognize\BackgroundJobs\MaintenanceJob diff --git a/package-lock.json b/package-lock.json index 0e88fee5..853f9c3b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "recognize", - "version": "12.0.0", + "version": "12.1.0-dev.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "recognize", - "version": "12.0.0", + "version": "12.1.0-dev.0", "license": "MIT", "dependencies": { "@exifer/gps": "^1.0.0-beta.2", diff --git a/package.json b/package.json index 81c05134..d916bfcb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "recognize", - "version": "12.0.0", + "version": "12.1.0-dev.0", "description": "Image recognition in nextcloud", "main": "src/classifier_imagenet.js", "directories": {