diff options
author | Case Duckworth | 2020-05-31 08:44:25 -0500 |
---|---|---|
committer | Case Duckworth | 2020-05-31 08:44:25 -0500 |
commit | 359794cdf85f3f804fb3eb4dad87722edeee77be (patch) | |
tree | a824ce14be340725259985913027116e3829725d | |
parent | Fix config file location (diff) | |
download | bollux-359794cdf85f3f804fb3eb4dad87722edeee77be.tar.gz bollux-359794cdf85f3f804fb3eb4dad87722edeee77be.zip |
Version bump
-rwxr-xr-x | bollux | 4 | ||||
-rw-r--r-- | bollux.1 | 4 | ||||
-rw-r--r-- | bollux.conf.5 | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/bollux b/bollux index 5be7b93..93874c1 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.2 | 5 | # Version: 0.2.2 |
6 | 6 | ||
7 | # Program information | 7 | # Program information |
8 | PRGN="${0##*/}" | 8 | PRGN="${0##*/}" |
9 | VRSN=0.2 | 9 | VRSN=0.2.2 |
10 | # State | 10 | # State |
11 | REDIRECTS=0 | 11 | REDIRECTS=0 |
12 | 12 | ||
diff --git a/bollux.1 b/bollux.1 index a899709..0573118 100644 --- a/bollux.1 +++ b/bollux.1 | |||
@@ -1,4 +1,4 @@ | |||
1 | .TH bollux 1 0.2 | 1 | .TH bollux 1 0.2.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 |
@@ -55,7 +55,7 @@ refresh the current page | |||
55 | .B q | 55 | .B q |
56 | quit bollux | 56 | quit bollux |
57 | .PP | 57 | .PP |
58 | If a new URL is selected, | 58 | If a new URL is selected, |
59 | .BR bollux (1) | 59 | .BR bollux (1) |
60 | will repeat the download-and-display loop with the new URL. | 60 | will repeat the download-and-display loop with the new URL. |
61 | .SH ISSUES | 61 | .SH ISSUES |
diff --git a/bollux.conf.5 b/bollux.conf.5 index 291dd42..c2d626a 100644 --- a/bollux.conf.5 +++ b/bollux.conf.5 | |||
@@ -1,4 +1,4 @@ | |||
1 | .TH bollux.conf 5 2020-05-26 | 1 | .TH bollux.conf 5 0.2.2 |
2 | .SH NAME | 2 | .SH NAME |
3 | .B bollux.conf | 3 | .B bollux.conf |
4 | \- configuration file for | 4 | \- configuration file for |