Skip to content

Commit

Permalink
Fix bug introduced in previous commit and make new release 0.3.2
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Weil <sw@weilnetz.de>
  • Loading branch information
stweil committed Jul 9, 2020
1 parent dc8b376 commit bab5a50
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Makefile for ocr-fileformat

PKG_NAME = ocr-fileformat
PKG_VERSION = 0.3.0
PKG_VERSION = 0.3.2
DOCKER_IMAGE = ubma/ocr-fileformat

# Either get the version from Git (if available) or use PKG_VERSION.
Expand Down
1 change: 0 additions & 1 deletion vendor/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ clean:
check:
@which wget >/dev/null || (echo "Missing wget. Please install package wget." && exit 1)
@which unzip >/dev/null || (echo "Missing unzip. Please install package unzip." && exit 1)
@which xwget >/dev/null || (echo "Missing wget. Please install package wget." && exit 1)
@which git >/dev/null || (echo "Missing git. Please install package git." && exit 1)

$(ABBYY_SCHEMA_REPO):
Expand Down

0 comments on commit bab5a50

Please sign in to comment.