From 968f9bb0541da8170049008382d6e55f2fdb1bb2 Mon Sep 17 00:00:00 2001 From: Mehdi Baaboura Date: Fri, 21 Oct 2022 15:19:23 +0200 Subject: [PATCH] Updated version number --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c758448..f578907 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "country-to-aws-region", "officialName": "country-to-aws-region", - "version": "1.0.0", + "version": "1.0.1", "description": "JS library that helps get the closest AWS region from a country code", "summary": "JS library that helps get the closest AWS region from a country code", "main": "lib/index.js",