From 579a3ee8756080a8ca4980dcff7f91c278689a2e Mon Sep 17 00:00:00 2001 From: Atanas Atanasov Date: Sat, 23 May 2020 09:14:02 +0300 Subject: [PATCH] Bump version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 28094ab..8fbb4a5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "typed-usa-states", - "version": "1.1.0", + "version": "1.1.1", "description": "An array of geographical data for all USA states with full TypeScript support", "scripts": { "build": "tsc -p .",