diff --git a/package.json b/package.json index dbd17af..2f4fce5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "readability-cli", - "version": "2.4.4", + "version": "2.4.5", "description": "Firefox Reader Mode in your terminal - get useful text from a web page using Mozilla's Readability library", "main": "index.js", "bin": { diff --git a/readability-cli.1 b/readability-cli.1 index 3b85e10..1420538 100644 --- a/readability-cli.1 +++ b/readability-cli.1 @@ -1,4 +1,4 @@ -.TH "READABILITY\-CLI" "1" "January 2023" "v2.4.4" +.TH "READABILITY\-CLI" "1" "September 2023" "v2.4.5" .SH "NAME" \fBreadability-cli\fR \- get useful text from a web page .SH SYNOPSYS diff --git a/readable.ts b/readable.ts index 0058a94..a91a22d 100644 --- a/readable.ts +++ b/readable.ts @@ -1,6 +1,6 @@ #!/usr/bin/env -S deno run --allow-net --allow-read --allow-write --allow-env=HTTPS_PROXY,LC_ALL,LC_MESSAGES,LANG,LANGUAGE --no-prompt --no-check -- -const version = "2.4.4" +const version = "2.4.5" import * as path from "https://deno.land/std@0.201.0/path/mod.ts"