From d18573fac7e90c7b41d1ac7f59d1cf0547398368 Mon Sep 17 00:00:00 2001 From: Philip Tellis Date: Thu, 15 Feb 2024 09:59:06 -0500 Subject: [PATCH] Ready for 1.4.10 --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f689c109..cd88f5b5 100644 --- a/README.md +++ b/README.md @@ -234,7 +234,7 @@ References Copyright --------- -`geoip-lite` is Copyright 2011-2018 Philip Tellis and the latest version of the code is +`geoip-lite` is Copyright Philip Tellis and other contributors, and the latest version of the code is available at https://github.com/bluesmoon/node-geoip License diff --git a/package.json b/package.json index 7f5de677..d2b9d900 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name" : "geoip-lite", - "version" : "1.4.9", + "version" : "1.4.10", "description" : "A light weight native JavaScript implementation of GeoIP API from MaxMind", "keywords" : ["geo", "geoip", "ip", "ipv4", "ipv6", "geolookup", "maxmind", "geolite"], "homepage" : "https://github.com/geoip-lite/node-geoip",