From 68db2f132fa02b5c03e706f55d6a9ea24a74c8a8 Mon Sep 17 00:00:00 2001 From: Alexandre Nunes Date: Thu, 7 Jan 2021 11:32:54 -0300 Subject: [PATCH] feat: new application version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d12fae6..bc056b5 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mathml-to-latex", - "version": "1.0.0", + "version": "1.0.1", "description": "A JavaScript tool to convert mathml string to LaTeX string", "main": "dist/index.js", "types": "dist/index.d.ts",