From 002b941ee70c8992ada37d0a19b96f94987c542f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20L=C3=B8vbr=C3=B8tte=20Olsen?= Date: Tue, 25 Jun 2019 01:56:00 +0200 Subject: [PATCH] update version number --- index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.ts b/index.ts index 8b77543..f8f8250 100644 --- a/index.ts +++ b/index.ts @@ -1,4 +1,4 @@ -const version = "2.3.0"; +const version = "2.3.1"; import x2i from "./x2i"; import { existsSync } from "fs";