From fdd8cc3a193aed32fbf6dda8759c285943399805 Mon Sep 17 00:00:00 2001 From: Dean Merchant Date: Sat, 25 Jan 2020 12:06:58 +0100 Subject: [PATCH] v1.3.0 --- package.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 4cfb8b0..acf750d 100644 --- a/package.json +++ b/package.json @@ -1,14 +1,14 @@ { "contributors": [ { - "name" : "skmdev", - "email" : "skmdev29@gmail.com", - "url" : "https://github.com/skmdev" + "name": "skmdev", + "email": "skmdev29@gmail.com", + "url": "https://github.com/skmdev" }, { - "name" : "Nidin Vinayakan", - "email" : "01@01alchemist.com", - "url" : "https://github.com/nidin" + "name": "Nidin Vinayakan", + "email": "01@01alchemist.com", + "url": "https://github.com/nidin" } ], "dependencies": { @@ -71,5 +71,5 @@ "report-coverage": "codecov", "test": "jest" }, - "version": "1.2.0" + "version": "1.3.0" }