Skip to content

Commit 4c0f398

Browse files
committed
Bump version, 0.5.5
1 parent b528dc4 commit 4c0f398

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

HISTORY.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,3 +175,6 @@ more.
175175

176176
## v0.5.4, 2014-05-07
177177
1, Make compatible with nodejs v0.11.13 (Benjamin Byholm).
178+
179+
## v0.5.5, 2-14-07-23
180+
1, Update libgeoip to 1.6.2.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Get geolocation information based on domain or IP address.
99

1010
**Limitations**
1111

12-
Since this module required to compile geoip c library during the installtion, due to the difficulty that compile this c library on windows, currenlty, __this module can not be used on windows, yet.__
12+
Since this module required to compile geoip c library during the installtion, due to the difficulty of compilifa this c library on windows, currenlty, __this module can not be used on windows, yet.__
1313

1414
I recommend that choosing a pure javascript implementation instead, [`node-geoip`](https://github.com/bluesmoon/node-geoip) maybe your best candicate.
1515

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "geoip",
33
"description": "GeoIP binding for node",
4-
"version": "0.5.4",
4+
"version": "0.5.5",
55
"homepage": "http://github.com/kuno/GeoIP",
66
"author": "Guan 'kuno' Qing <neokuno at Gmail dot com>",
77
"contributors": [

0 commit comments

Comments
 (0)