From a5c3788dc2636244f6f84df000f00fe8f3a689ca Mon Sep 17 00:00:00 2001 From: Sampo Silvennoinen <20028934+stscoundrel@users.noreply.github.com> Date: Sat, 28 Sep 2024 21:02:27 +0300 Subject: [PATCH] v1.1.11 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c1e2193..0c28fd5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "harlaw", - "version": "1.1.10", + "version": "1.1.11", "description": "Transform DSL (Lingvo Dictionary File) files to JSON. Formatting options available for custom output.", "main": "dist/index.js", "types": "dist/index.d.ts",