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

Commit

Permalink
set version to 0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
fayderflorez committed Dec 4, 2013
1 parent ac9e927 commit 51975da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
REST Countries v0.9.3
REST Countries v0.10
=====================

Get information about any country via a RESTful API http://restcountries.eu
Expand Down Expand Up @@ -48,14 +48,14 @@ REST Search Services
---------
- By code ISO 3166-1 alpha-2 http://restcountries.eu/rest/alpha/NO
- By code ISO 3166-1 alpha-3 http://restcountries.eu/rest/alpha/NOR
- By different country codes http://restcountries.eu/rest/alpha?codes=EE;COL;NO
- By currency http://restcountries.eu/rest/currency/NOK
- By callingcode http://restcountries.eu/rest/callingcode/47
- By name http://restcountries.eu/rest/name/norway
- By capital city http://restcountries.eu/rest/capital/oslo
- By region http://restcountries.eu/rest/region/americas
- By subregion http://restcountries.eu/rest/subregion/southern%20asia
- By language http://restcountries.eu/rest/lang/et
- By different country codes http://restcountries.eu/rest/alpha?codes=ee;co;no

Credits
---------
Expand Down
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>0.9.3</version>
<version>0.10</version>
<packaging>war</packaging>
<name>restcountries</name>
<description>REST interface to get data about countries</description>
Expand Down

0 comments on commit 51975da

Please sign in to comment.