From dae1b9989d080fcbe3670eeb1b9c00441544baa8 Mon Sep 17 00:00:00 2001
From: gmantele <gmantele@ari.uni-heidelberg.de>
Date: Fri, 3 Nov 2017 18:03:10 +0100
Subject: [PATCH] [UWS] Update the version number in the ANT build script and
 the README.

---
 README.md    | 2 +-
 buildUWS.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 521b5cb..e66b2c3 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@ Preambule
 
 This GitHub repository contains the sources of 3 libraries implementing [IVOA](http://www.ivoa.net/ "International Virtual Observatory Alliance") standards and protocols:
 * [ADQL](http://www.ivoa.net/documents/latest/ADQL.html "Astronomical Data Query Language")
-* [UWS](http://www.ivoa.net/documents/UWS/index.html "Universal Worker Service pattern")
+* [UWS-1.1](http://www.ivoa.net/documents/UWS/20161024/index.html "Universal Worker Service pattern")
 * [TAP](http://www.ivoa.net/documents/TAP/ "Table Access Protocol")
 
 ### Documentation
diff --git a/buildUWS.xml b/buildUWS.xml
index ee76a3a..972fac9 100644
--- a/buildUWS.xml
+++ b/buildUWS.xml
@@ -2,7 +2,7 @@
 <!DOCTYPE project>
 <project name="uws" basedir="." default="buildLib">
 	
-	<property name="version" value="4.2" />
+	<property name="version" value="4.3" />
 
 	<property name="srcDir" value="src" />
 	<property name="testDir" value="test" />
-- 
GitLab