From 7fe8b88ac3d15b74304dc1369fd53679ec32ddec Mon Sep 17 00:00:00 2001 From: Sampo Silvennoinen <20028934+stscoundrel@users.noreply.github.com> Date: Sat, 15 Apr 2023 16:23:16 +0300 Subject: [PATCH] v1.1.8 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 22adc8a..e00842d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "harlaw", - "version": "1.1.7", + "version": "1.1.8", "description": "Transform DSL (Lingvo Dictionary File) files to JSON. Formatting options available for custom output.", "main": "dist/index.js", "types": "dist/index.d.ts",