From 2f1238bb3d5b8c186d2ad6489fc2f33fd5e1c2ba Mon Sep 17 00:00:00 2001 From: harpreetkhalsagtbit Date: Tue, 28 May 2019 11:49:46 +0530 Subject: [PATCH] Fist Major Version Release - 1.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 27cb041e..3d92fa7c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "country-state-city", - "version": "0.1.8", + "version": "1.0.0", "description": "Library for fetching Country, its States and Cities", "main": "dist/index.js", "types": "dist/index.d.ts",