v2.4.5 release

main v2.4.5
gardenapple 8 months ago
parent cb880a8d34
commit fc462aa3cc
No known key found for this signature in database
GPG Key ID: 30A642B65B1529FE

@ -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": {

@ -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

@ -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"

Loading…
Cancel
Save