Skip to content

Commit

Permalink
Version v0.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mn4367 committed Aug 23, 2022
1 parent f939765 commit f790751
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions htmldiff-cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "node-htmldiff",
"description": "Diff and markup HTML with <ins> and <del> 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",
Expand Down

0 comments on commit f790751

Please sign in to comment.