From 0251dc1c444ccf4e78343e490908d6fb7ac0669a Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Sat, 30 May 2020 16:58:12 -0500 Subject: [PATCH] Version bump --- bollux | 4 ++-- bollux.1 | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bollux b/bollux index 2e0aa0e..ae1f272 100755 --- a/bollux +++ b/bollux @@ -2,11 +2,11 @@ # bollux: a bash gemini client # Author: Case Duckworth # License: MIT -# Version: 0.1 +# Version: 0.2 # Program information PRGN="${0##*/}" -VRSN=0.1 +VRSN=0.2 # State REDIRECTS=0 # Bash options diff --git a/bollux.1 b/bollux.1 index e4184d5..a899709 100644 --- a/bollux.1 +++ b/bollux.1 @@ -1,4 +1,4 @@ -.TH bollux 1 2020-05-26 +.TH bollux 1 0.2 .SH NAME bollux \- gemini protocol browser written in bash(1) .SH SYNOPSIS -- 2.20.1