Skip to content

Commit

Permalink
v1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelklehr committed May 20, 2021
1 parent 25a2994 commit 4e67233
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,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.3.1

### Fixed

- Fix build

## v1.3.0

### New
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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.3.0
version+=1.3.1

node_version=v14.9.0

Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Requirements:
- ARM 64bit
- ARMv7 (32bit)
]]></description>
<version>1.2.2</version>
<version>1.3.1</version>
<licence>agpl</licence>
<author mail="[email protected]">Marcel Klehr</author>
<category>organization</category>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "recognize",
"version": "1.3.0",
"version": "1.3.1",
"description": "Image recognition in nextcloud",
"main": "src/classifier.js",
"directories": {
Expand Down

0 comments on commit 4e67233

Please sign in to comment.