diff --git a/CHANGELOG.md b/CHANGELOG.md index b2d14e5a..554af407 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). +## [5.0.3] - 2023-10-15 + +### Fixed + +- Fix concurrency limit issue + ## [5.0.2] - 2023-10-15 ### Fixed diff --git a/Makefile b/Makefile index 028246c0..db8c0072 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+=5.0.2 +version+=5.0.3 all: dev-setup build-js-production diff --git a/appinfo/info.xml b/appinfo/info.xml index 15dbe66a..917254f5 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -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. ]]> - 5.0.2 + 5.0.3 agpl Marcel Klehr diff --git a/package-lock.json b/package-lock.json index 1727774a..23bda1e3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "recognize", - "version": "5.0.2", + "version": "5.0.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "recognize", - "version": "5.0.2", + "version": "5.0.3", "license": "MIT", "dependencies": { "@exifer/gps": "^1.0.0-beta.2", diff --git a/package.json b/package.json index 9fd6fc78..e0d6f5b3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "recognize", - "version": "5.0.2", + "version": "5.0.3", "description": "Image recognition in nextcloud", "main": "src/classifier_imagenet.js", "directories": {