From 59d763bb6bfc341c6c8ff07ca815c75601c48e9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20L=C3=B8vbr=C3=B8tte=20Olsen?= Date: Wed, 27 Feb 2019 13:36:51 +0100 Subject: [PATCH] update version number --- index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.ts b/index.ts index 4fdd0fd..7faa18a 100644 --- a/index.ts +++ b/index.ts @@ -1,4 +1,4 @@ -const version = "1.1.0"; +const version = "1.1.1"; import x2i from "./x2i"; import { existsSync } from "fs";