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

Commit

Permalink
Prepare for 1.2.14
Browse files Browse the repository at this point in the history
  • Loading branch information
oschwald committed Jul 23, 2014
1 parent b0324dc commit 9e2aa70
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
6 changes: 6 additions & 0 deletions Changes.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Changes
=======

1.2.14 (2014-07-23)
-------------------

* OSGi metadata was added to the jar. (Miguel Ángel Pastor Olivar)
* Regions were updated.

1.2.13 (2014-04-30)
-------------------

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ We recommend installing this package with Maven. To do this, add the dependency
<dependency>
<groupId>com.maxmind.geoip</groupId>
<artifactId>geoip-api</artifactId>
<version>1.2.13</version>
<version>1.2.14</version>
</dependency>
```

Expand Down
2 changes: 2 additions & 0 deletions src/main/java/com/maxmind/geoip/regionName.java
Original file line number Diff line number Diff line change
Expand Up @@ -4013,6 +4013,8 @@ static public String regionNameByCode(String country_code,String region_code) {
return "Takeo";
case 22:
return "Phnum Penh";
case 23:
return "Ratanakiri";
case 25:
return "Banteay Meanchey";
case 28:
Expand Down

0 comments on commit 9e2aa70

Please sign in to comment.