From 0857a9e8db676cde071348c0be1e3434aa2f363d Mon Sep 17 00:00:00 2001 From: Quincy Morgan Date: Fri, 1 Nov 2019 16:55:16 +0100 Subject: [PATCH] Update version number to 1.0.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 88d7783..ffa2bd4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "country-coder", - "version": "1.0.1", + "version": "1.0.2", "description": "Convert longitude-latitude pairs to ISO 3166-1 codes quickly and locally", "repository": "github:ideditor/country-coder", "main": "built/cjs/country-coder.js",