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

Commit 9e2aa70

Browse files
committed
Prepare for 1.2.14
1 parent b0324dc commit 9e2aa70

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

Changes.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Changes
22
=======
33

4+
1.2.14 (2014-07-23)
5+
-------------------
6+
7+
* OSGi metadata was added to the jar. (Miguel Ángel Pastor Olivar)
8+
* Regions were updated.
9+
410
1.2.13 (2014-04-30)
511
-------------------
612

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ We recommend installing this package with Maven. To do this, add the dependency
88
<dependency>
99
<groupId>com.maxmind.geoip</groupId>
1010
<artifactId>geoip-api</artifactId>
11-
<version>1.2.13</version>
11+
<version>1.2.14</version>
1212
</dependency>
1313
```
1414

src/main/java/com/maxmind/geoip/regionName.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4013,6 +4013,8 @@ static public String regionNameByCode(String country_code,String region_code) {
40134013
return "Takeo";
40144014
case 22:
40154015
return "Phnum Penh";
4016+
case 23:
4017+
return "Ratanakiri";
40164018
case 25:
40174019
return "Banteay Meanchey";
40184020
case 28:

0 commit comments

Comments
 (0)