From f79075127eea0ffd91f3b8ea09686b98bb5cc070 Mon Sep 17 00:00:00 2001 From: Michael Nitze Date: Tue, 23 Aug 2022 11:39:16 +0200 Subject: [PATCH] Version v0.9.4 --- htmldiff-cli.ts | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/htmldiff-cli.ts b/htmldiff-cli.ts index f10113c..648a2f3 100644 --- a/htmldiff-cli.ts +++ b/htmldiff-cli.ts @@ -19,8 +19,8 @@ let atomicTags: string | null = null; * Output usage info and version on the console. */ function printUsage(): void { - const usage: string = -`${cli} v0.9.3 + const usage = +`${cli} v0.9.4 Usage: ${cli} beforeFile afterFile diffedFile [Options] diff --git a/package.json b/package.json index 2f73013..5d4ca34 100644 --- a/package.json +++ b/package.json @@ -2,8 +2,8 @@ "name": "node-htmldiff", "description": "Diff and markup HTML with and tags", "companyname": "idesis GmbH", - "version": "0.9.3", "copyright": "©2022, idesis GmbH; ©2012 The Network Inc. and contributors", + "version": "0.9.4", "identifier": "de.idesis.node-htmldiff", "keywords": [ "diff",