From 7a7b9606cd2cc5c9912e81623143db8852657571 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20L=C3=B8vbr=C3=B8tte=20Olsen?= Date: Thu, 28 Feb 2019 13:57:30 +0100 Subject: [PATCH] version bump --- index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.ts b/index.ts index 5408922..04a08f2 100644 --- a/index.ts +++ b/index.ts @@ -1,4 +1,4 @@ -const version = "1.1.3.1"; +const version = "2.0.0"; import x2i from "./x2i"; import { existsSync } from "fs";