Skip to content

Commit

Permalink
Merge pull request #1038 from nextcloud/update-main-version
Browse files Browse the repository at this point in the history
feat(deps): Add Nextcloud 29 support
  • Loading branch information
marcelklehr authored Nov 24, 2023
2 parents 9439a13 + b2188e6 commit 8ff8ba8
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/phpunit-mysql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:

strategy:
matrix:
php-versions: ['8.1', '8.2', '8.3']
php-versions: ['8.0', '8.1', '8.2', '8.3']
server-versions: ['master', 'stable28']

services:
Expand Down
5 changes: 2 additions & 3 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,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.
]]></description>
<version>6.0.0</version>
<version>6.1.0-dev</version>
<licence>agpl</licence>
<author mail="[email protected]">Marcel Klehr</author>
<types>
Expand All @@ -92,8 +92,7 @@ The app does not send any sensitive data to cloud providers or similar services.
<screenshot>https://raw.githubusercontent.com/nextcloud/recognize/main/screenshots/Logo.png</screenshot>
<screenshot>https://raw.githubusercontent.com/nextcloud/recognize/main/screenshots/imagenet_examples.jpg</screenshot>
<dependencies>
<php min-version="8.0" />
<nextcloud min-version="28" max-version="28" />
<nextcloud min-version="28" max-version="29" />
</dependencies>

<repair-steps>
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "recognize",
"version": "6.0.0",
"version": "6.1.0-dev",
"description": "Image recognition in nextcloud",
"main": "src/classifier_imagenet.js",
"directories": {
Expand Down

0 comments on commit 8ff8ba8

Please sign in to comment.