Skip to content

Commit

Permalink
Updated to v1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
geoip2 committed Aug 8, 2022
1 parent 01b7c82 commit 93ec171
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
Chandra Gupta <i@chandragupta.me>
Philip Tellis <philip@bluesmoon.info>
4 changes: 3 additions & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ SOFTWARE LICENSE (Node JS library)

The GEOIP2-LITE JavaScript library is licensed under the Apache License, Version 2.0:

This project is an original work of Philip Tellis <philip@bluesmoon.info>
This library is an original work of Philip Tellis <philip@bluesmoon.info>

After Philip Tellis abandoned the project, Chandra Gupta <i@chandragupta.me> picked up to update and upgrade the Library.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ GeoIP2-lite
A native NodeJS API for the GeoIP2-Lite data from MaxMind originally written for geoip-lite by Philip Tellis <philip@bluesmoon.info> and
modified for GeoIP2-Lite by Chandra Gupta <i@chandragupta.me>.

This product includes GeoLite data created by MaxMind, available from http://maxmind.com/
This product includes GeoIP2 Lite data created by MaxMind, available from http://maxmind.com/

[![Build Status](https://app.travis-ci.com/geoip2/geoip2-lite.svg?branch=main "GeoIP2 on Travis")](https://travis-ci.org/geoip2/geoip2-lite)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "geoip2-lite",
"version": "1.0.4",
"version": "1.0.6",
"description": "MaxMind's GeoIP2 API implementation on Native NodeJS",
"main": "lib/geoip2.js",
"scripts": {
Expand Down

0 comments on commit 93ec171

Please sign in to comment.