astro

a POSIX shell compatible gemini client (mirror of https://github.com/blmayer/astro)
git clone https://git.clttr.info/astro.git
Log (Feed) | Files | Refs (Tags) | README | LICENSE

commit fcc33c705b07107d252e6c97dee2202fbc5ab601
parent 89049491944e5316ed21ba134f68fc7f5ac2f259
Author: Rafael Escobar <rescobar@pm.me>
Date:   Tue, 17 Aug 2021 21:28:10 -0300

Bump version

Based on most recent release: https://github.com/blmayer/astro/releases

Diffstat:
Mastro | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/astro b/astro @@ -1,7 +1,7 @@ #!/bin/sh usage() { - echo "Astro v0.5.0: Browse the gemini web on the terminal." + echo "Astro v0.9.1: Browse the gemini web on the terminal." echo "" echo "Usage: astro [url]|[option]" echo "" @@ -35,7 +35,7 @@ usage() { } version() { - echo "astro 0.5.0" + echo "astro 0.9.1" echo "Copyright (C) 2021 Brian Mayer." echo "License MIT: MIT License <https://opensource.org/licenses/MIT>" echo "THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND,"