From 4b40ebcb9f0e6126f38aac136ace9777fbd388d8 Mon Sep 17 00:00:00 2001 From: Marcos Date: Thu, 17 Jan 2019 10:15:37 +0100 Subject: [PATCH] Raise 0.2.1 version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6437f2b..cb1feb8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "datetoken", - "version": "0.2.0", + "version": "0.2.1", "description": "Parse relative datetime tokens into date objects", "main": "./lib/index.js", "types": "./lib/index.d.ts",