From 0291cd9495049f1217f7d3845f1289f0e901c2f7 Mon Sep 17 00:00:00 2001 From: Anish-Shobith Date: Sun, 5 Apr 2020 08:54:57 +0530 Subject: [PATCH] Release v1.1.4 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cc69689..78ea0f7 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "lint": "eslint --ext ts src --fix", "test": "eslint --ext ts src" }, - "version": "1.1.3", + "version": "1.1.4", "description": "An Api wrapper to get information about the Novel CoronaVirus.", "main": "./dist/index.js", "types": "./dist/index.d.ts",