Skip to content

Commit

Permalink
v1.5.0-rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelklehr committed Aug 5, 2021
1 parent b3bb36d commit 92afb51
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ source_dir=$(build_dir)/source
sign_dir=$(build_dir)/sign
package_name=$(app_name)
cert_dir=$(HOME)/.nextcloud/certificates
version+=1.5.0-rc1
version+=1.5.0-rc2

node_version=v14.17.4

Expand Down
4 changes: 2 additions & 2 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Requirements:
The app does not send any sensitive data to cloud providers or similar services. All image processing is done on your nextcloud machine, using Tensorflow.js running in Node.js, which comes bundled with this app.
]]></description>
<version>1.4.2</version>
<version>1.5.0-rc2</version>
<licence>agpl</licence>
<author mail="mklehr@gmx.net">Marcel Klehr</author>
<category>organization</category>
Expand All @@ -35,7 +35,7 @@ The app does not send any sensitive data to cloud providers or similar services.

<dependencies>
<php min-version="7.3" />
<nextcloud min-version="20" max-version="21" />
<nextcloud min-version="20" max-version="22" />
</dependencies>
<background-jobs>
<job>OCA\Recognize\BackgroundJobs\ClassifyJob</job>
Expand Down
2 changes: 1 addition & 1 deletion 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": "1.5.0-rc1",
"version": "1.5.0-rc2",
"description": "Image recognition in nextcloud",
"main": "src/classifier.js",
"directories": {
Expand Down

0 comments on commit 92afb51

Please sign in to comment.