From a907ab157cc858bed92e4b6f6762268afa5d4c90 Mon Sep 17 00:00:00 2001 From: Marcel Klehr Date: Wed, 8 Mar 2023 14:23:21 +0100 Subject: [PATCH] v3.6.2 Signed-off-by: Marcel Klehr --- CHANGELOG.md | 6 ++++++ Makefile | 2 +- appinfo/info.xml | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 11 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 094987b2..df7e3abd 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). +## [3.6.2] - 2023-03-08 + +### Fixed + +- Revert "Utilize mozart to avoid dependency hell" + ## [3.6.1] - 2023-03-07 ### Fixed diff --git a/Makefile b/Makefile index e5757c84..4462386f 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+=3.6.1 +version+=3.6.2 all: dev-setup build-js-production diff --git a/appinfo/info.xml b/appinfo/info.xml index 66b54417..a3e72c4f 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -31,7 +31,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. ]]> - 3.6.1 + 3.6.2 agpl Marcel Klehr diff --git a/package-lock.json b/package-lock.json index 82447edf..110863e0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "recognize", - "version": "3.6.1", + "version": "3.6.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "recognize", - "version": "3.6.1", + "version": "3.6.2", "license": "MIT", "dependencies": { "@exifer/gps": "^1.0.0-beta.2", diff --git a/package.json b/package.json index 44b0d0d5..347225b1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "recognize", - "version": "3.6.1", + "version": "3.6.2", "description": "Image recognition in nextcloud", "main": "src/classifier_imagenet.js", "directories": {