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 f1f527bef4618a889bcfcf0035e04eb1c2213085
parent 4c43519e04e5fea640910fbb9e1cacab6d81ea6b
Author: blmayer <bleemayer@gmail.com>
Date:   Wed, 18 Aug 2021 19:09:44 -0300

Adjusted version

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.9.1: Browse the gemini web on the terminal." + echo "Astro v0.10.0: Browse the gemini web on the terminal." echo "" echo "Usage: astro [url]|[option]" echo "" @@ -35,7 +35,7 @@ usage() { } version() { - echo "astro 0.9.1" + echo "astro 0.10.0" 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,"