From ec3d609862dae560f48cd74bfb159f4546953b71 Mon Sep 17 00:00:00 2001 From: Paulius Varna Date: Wed, 17 Jul 2019 13:57:12 +0300 Subject: [PATCH] v2.0.2 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 4020861..506cab0 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "2.0.1", + "version": "2.0.2", "name": "measure-ts", "description": "Convert or print measurement units units: length, area, volume and weight", "author": { @@ -50,4 +50,4 @@ "typescript": "^3.5.2" }, "dependencies": {} -} \ No newline at end of file +}