From f02c857265c0b8be717a7b8755ef51b325b59721 Mon Sep 17 00:00:00 2001 From: Sampo Silvennoinen <20028934+stscoundrel@users.noreply.github.com> Date: Fri, 1 Jul 2022 18:51:20 +0300 Subject: [PATCH] v1.1.4 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a673926..b893079 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "harlaw", - "version": "1.1.3", + "version": "1.1.4", "description": "Transform DSL (Lingvo Dictionary File) files to JSON. Formatting options available for custom output.", "main": "dist/index.js", "types": "dist/index.d.ts",