From ed7b7d77e549c2f449a15a0acd2bff22dd0fa0a7 Mon Sep 17 00:00:00 2001 From: Marcel Klehr Date: Fri, 10 Sep 2021 11:41:19 +0200 Subject: [PATCH] v1.6.10 --- CHANGELOG.md | 6 ++++++ Makefile | 2 +- appinfo/info.xml | 2 +- package.json | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index df980631..237388fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## v1.6.10 + +### Fixed + +- Fixed node-pre-gyp execution + ## v1.6.9 ### Fixed diff --git a/Makefile b/Makefile index a7ec1fc7..f44da8ad 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.6.9 +version+=1.6.10 node_version=v14.17.4 diff --git a/appinfo/info.xml b/appinfo/info.xml index a9d87292..b0fee33d 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -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. ]]> - 1.6.9 + 1.6.10 agpl Marcel Klehr organization diff --git a/package.json b/package.json index 524cee58..55652c2f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "recognize", - "version": "1.6.9", + "version": "1.6.10", "description": "Image recognition in nextcloud", "main": "src/classifier_imagenet.js", "directories": {