diff --git a/Makefile b/Makefile
index afde7593..32e3b3cb 100644
--- a/Makefile
+++ b/Makefile
@@ -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.8
+version+=1.6.0
node_version=v14.17.4
diff --git a/appinfo/info.xml b/appinfo/info.xml
index e4894d25..78dc854d 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -23,7 +23,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.
]]>
- 1.5.8
+ 1.6.0
agpl
Marcel Klehr
organization
diff --git a/package-lock.json b/package-lock.json
index b1b7796d..034f42b9 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "recognize",
- "version": "1.5.8",
+ "version": "1.6.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "recognize",
- "version": "1.5.8",
+ "version": "1.6.0",
"license": "MIT",
"dependencies": {
"@nextcloud/axios": "^1.6.0",
diff --git a/package.json b/package.json
index adb8f0e1..f08e67a0 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "recognize",
- "version": "1.5.8",
+ "version": "1.6.0",
"description": "Image recognition in nextcloud",
"main": "src/classifier_imagenet.js",
"directories": {