From a0706b830c3e456b3d5c82fc9efbddb9ca49b925 Mon Sep 17 00:00:00 2001 From: Brett Terpstra Date: Mon, 29 Aug 2022 05:51:55 -0500 Subject: [PATCH] changing layout of zip file - IMPROVED: package zip as a subdirectory --- README.md | 4 ++-- Sources/gather/gather.swift | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a640dd4..ad9a4c9 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ ![Howzit banner image](https://cdn3.brettterpstra.com/uploads/2022/08/gatherheader-rb.webp) -Current version: 2.0.9 +Current version: 2.0.10 > **Note:** I'm currently having trouble figuring out how to make this tool work with Apple's macOS security when it's downloaded from the internet. See the installation notes below. @@ -34,7 +34,7 @@ You can bypass the below rigamarole if you use `curl` or `wget` to download the ``` cd ~/Downloads -curl -O https://cdn3.brettterpstra.com/downloads/gather-cli-latest.zip +curl -O https://cdn3.brettterpstra.com/downloads/gather-cli2.0.10.zip ``` Then you can unzip and move the gather CLI into your PATH. diff --git a/Sources/gather/gather.swift b/Sources/gather/gather.swift index f3053b3..6a9088f 100644 --- a/Sources/gather/gather.swift +++ b/Sources/gather/gather.swift @@ -3,7 +3,7 @@ import ArgumentParser import Foundation import HTML2Text import Readability -var VERSION = "2.0.10" +var VERSION = "2.0.11" var disableReadability = false var inline = false