Skip to content

Commit

Permalink
Bump version, 0.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
kuno committed Jul 23, 2014
1 parent b528dc4 commit 4c0f398
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,3 +175,6 @@ more.

## v0.5.4, 2014-05-07
1, Make compatible with nodejs v0.11.13 (Benjamin Byholm).

## v0.5.5, 2-14-07-23
1, Update libgeoip to 1.6.2.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Get geolocation information based on domain or IP address.

**Limitations**

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.__
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.__

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

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "geoip",
"description": "GeoIP binding for node",
"version": "0.5.4",
"version": "0.5.5",
"homepage": "http://github.com/kuno/GeoIP",
"author": "Guan 'kuno' Qing <neokuno at Gmail dot com>",
"contributors": [
Expand Down

0 comments on commit 4c0f398

Please sign in to comment.