v2.4.1 release

main v2.4.1
gardenapple 2 years ago
parent 25cf455915
commit 8ff8a39f63
No known key found for this signature in database
GPG Key ID: CAF17E9ABE789268

@ -1,6 +1,6 @@
{
"name": "readability-cli",
"version": "2.4.0",
"version": "2.4.1",
"description": "Firefox Reader Mode in your terminal - get useful text from a web page using Mozilla's Readability library",
"main": "index.js",
"bin": {

@ -1,4 +1,4 @@
.TH "READABILITY\-CLI" "1" "March 2022" "v2.4.0" ""
.TH "READABILITY\-CLI" "1" "August 2022" "v2.4.1" ""
.SH "NAME"
\fBreadability-cli\fR \- get useful text from a web page
.SH SYNOPSYS

@ -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.0"
const version = "2.4.1"
import * as path from "https://deno.land/std@0.130.0/path/mod.ts"

Loading…
Cancel
Save