Skip to content
This repository has been archived by the owner on Jun 19, 2024. It is now read-only.

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
fayderflorez committed Aug 22, 2015
2 parents 86ab906 + 9edf087 commit 80a55cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>vaeke</groupId>
<artifactId>restcountries</artifactId>
<version>1.1.1</version>
<version>1.1.2</version>
<packaging>war</packaging>
<name>restcountries</name>
<description>REST interface to get data about countries</description>
Expand Down
2 changes: 1 addition & 1 deletion src/main/webapp/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<div class="col-lg-12">
<div style="font-size: 67.5px;">REST Countries</div>
<p class="lead">Get information about countries via a RESTful API</p>
<div>v1.1.1 <a href="https://github.com/fayder/restcountries/wiki/API-1.x.x">Wiki</a></div>
<div>v1.1.2 <a href="https://github.com/fayder/restcountries/wiki/API-1.x.x">Wiki</a></div>
<br />
<a href="https://github.com/fayder/restcountries">
<img alt="github-octocat" src="img/octocat60px.png">
Expand Down

0 comments on commit 80a55cd

Please sign in to comment.