diff --git a/pom.xml b/pom.xml index 788cd9c8..b1476551 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 vaeke restcountries - 1.1.1 + 1.1.2 war restcountries REST interface to get data about countries diff --git a/src/main/webapp/index.html b/src/main/webapp/index.html index 46c67212..fdbbc5d1 100644 --- a/src/main/webapp/index.html +++ b/src/main/webapp/index.html @@ -28,7 +28,7 @@
REST Countries

Get information about countries via a RESTful API

-
v1.1.1 Wiki
+
v1.1.2 Wiki

github-octocat