From acf2a5c1453fc1861288bba46369aaf0e17d9103 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Demanou?= Date: Thu, 16 Sep 2021 08:24:43 +0200 Subject: [PATCH] Set release version to 2.0.2 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 17aa631..9630a66 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "nominatim-client", - "version": "2.0.1", + "version": "2.0.2", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 10b873d..50a9aa6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nominatim-client", - "version": "2.0.1", + "version": "2.0.2", "description": "A simple node module to handle nominatim searches", "main": "index.js", "types": "index.d.ts",