diff --git a/CHANGELOG.md b/CHANGELOG.md index 979b408a..df980631 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,15 @@ 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.9 + +### Fixed + +- Fixed binary permissions + ## v1.6.8 -## Fixed +### Fixed - Fixed PureJS config checkbox initial values diff --git a/Makefile b/Makefile index fe8bace0..a7ec1fc7 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.8 +version+=1.6.9 node_version=v14.17.4 diff --git a/appinfo/info.xml b/appinfo/info.xml index a0503cd3..a9d87292 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.8 + 1.6.9 agpl Marcel Klehr organization diff --git a/package.json b/package.json index f8dca5aa..524cee58 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "recognize", - "version": "1.6.8", + "version": "1.6.9", "description": "Image recognition in nextcloud", "main": "src/classifier_imagenet.js", "directories": {