diff options
-rwxr-xr-x | bollux | 4 | ||||
-rw-r--r-- | 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 @@ | |||
2 | # bollux: a bash gemini client | 2 | # bollux: a bash gemini client |
3 | # Author: Case Duckworth | 3 | # Author: Case Duckworth |
4 | # License: MIT | 4 | # License: MIT |
5 | # Version: 0.1 | 5 | # Version: 0.2 |
6 | 6 | ||
7 | # Program information | 7 | # Program information |
8 | PRGN="${0##*/}" | 8 | PRGN="${0##*/}" |
9 | VRSN=0.1 | 9 | VRSN=0.2 |
10 | # State | 10 | # State |
11 | REDIRECTS=0 | 11 | REDIRECTS=0 |
12 | # Bash options | 12 | # Bash options |
diff --git a/bollux.1 b/bollux.1 index e4184d5..a899709 100644 --- a/bollux.1 +++ b/bollux.1 | |||
@@ -1,4 +1,4 @@ | |||
1 | .TH bollux 1 2020-05-26 | 1 | .TH bollux 1 0.2 |
2 | .SH NAME | 2 | .SH NAME |
3 | bollux \- gemini protocol browser written in bash(1) | 3 | bollux \- gemini protocol browser written in bash(1) |
4 | .SH SYNOPSIS | 4 | .SH SYNOPSIS |