From d6e5d99ec00152753b6673e86624fd3ca68373d6 Mon Sep 17 00:00:00 2001
From: Rolf Niepraschk <Rolf.Niepraschk@ptb.de>
Date: Fri, 30 Jul 2021 09:00:19 +0200
Subject: [PATCH] update to version '0.8.1'

---
 README.md | 6 +++---
 VERSION   | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index 6be7773..b348c78 100644
--- a/README.md
+++ b/README.md
@@ -57,7 +57,7 @@ File `config.json`:
 ```
 
 A new tag value (program version) with an optional comment is assigned to the 
-repository. This leads to an update of the `VERSION` file and, if a webhook 
+current branch. This leads to an update of the `VERSION` file and, if a webhook 
 (tag push) is activated, to an update of the server installation. The Flask 
 server must run in development mode for this.
 
@@ -80,7 +80,7 @@ curl -X POST -H "Content-Type: text/xml" -d @VALID.xml http://localhost:5005/val
 
 Alternative call with `wget`:
 ```shell
-wget --post-file=example.xml --header="Content-Type:text/xml;" -q -O- http://localhost:5005/validate 
+wget --post-file=example.xml --header="Content-Type:text/xml" -q -O- http://localhost:5005/validate 
 ```
 
 ```shell
@@ -90,7 +90,7 @@ curl -X POST -H "Content-Type: text/xml" -d @INVALID.xml http://localhost:5005/v
 ```
 
 ```shell
-curl -X POST -H "Content-Type: text/xml" -d @VALID_XML_BUT_DONT_MATCHES_XSD.xml http://localhost:5005/validate
+curl -X POST -H "Content-Type: text/xml" -d @VALID_BUT_DONT_MATCHES_XSD.xml http://localhost:5005/validate
 
 <error>verbose error message</error>
 ```
diff --git a/VERSION b/VERSION
index a3df0a6..6f4eebd 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.8.0
+0.8.1
-- 
GitLab