Skip to content

Commit

Permalink
v1.5.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelklehr committed Aug 5, 2021
1 parent 8b72a9d commit beaf69f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 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.4.2
version+=1.5.0-rc1

node_version=v14.17.4

Expand Down Expand Up @@ -90,6 +90,7 @@ appstore:
--include=/package.json \
--include=/package-lock.json \
--include=/src \
--include=/model \
--include=/js \
--include=/lib \
--include=/img \
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.4.2",
"version": "1.5.0-rc1",
"description": "Image recognition in nextcloud",
"main": "src/classifier.js",
"directories": {
Expand Down

0 comments on commit beaf69f

Please sign in to comment.