From 1cb6d0376564553576e30ea39dc04bc5912eea6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20L=C3=B8vbr=C3=B8tte=20Olsen?= Date: Wed, 27 Feb 2019 13:54:49 +0100 Subject: [PATCH] version bump --- index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.ts b/index.ts index 0205c28..5408922 100644 --- a/index.ts +++ b/index.ts @@ -1,4 +1,4 @@ -const version = "1.1.3"; +const version = "1.1.3.1"; import x2i from "./x2i"; import { existsSync } from "fs";