aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Johnson <nick@nicholasjohnson.ch>2022-12-01 00:00:00 +0000
committerNicholas Johnson <nick@nicholasjohnson.ch>2022-12-01 00:00:00 +0000
commitec284d68fbf98e8a61b6ac4cbeaed406ca6f60c7f016f91bd8c31ef61f884f82 (patch)
tree2d423374dbabac9aa548560c44acb2aa3b3ea059c1f06860bf4c30d07a1d55bc
parent718f083b230fd3d5bc3c419c28c120d2b0eec6f636d7a057d9c5ba0f6b8e7d07 (diff)
Update contact infov1.3.4
-rw-r--r--gemini2html.14
-rw-r--r--src/main.c2
2 files changed, 3 insertions, 3 deletions
diff --git a/gemini2html.1 b/gemini2html.1
index 071a799..12f65dc 100644
--- a/gemini2html.1
+++ b/gemini2html.1
@@ -1,4 +1,4 @@
-.TH GEMINI2HTML "1" "January 2022" "gemini2html v1.3.3"
+.TH GEMINI2HTML "1" "January 2022" "gemini2html v1.3.4"
.SH NAME
gemini2html \- convert gemini text to HTML
.SH SYNOPSIS
@@ -14,6 +14,6 @@ Display the help menu.
.SH AUTHOR
Written by Nicholas Johnson.
.SH REPORTING BUGS
-Report bugs to nick@nicksphere.ch
+Report bugs to nick@nicholasjohnson.ch
.SH COPYRIGHT
Copyright © 2022 Nicholas Johnson. License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>. This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law.
diff --git a/src/main.c b/src/main.c
index 63982a1..1adc127 100644
--- a/src/main.c
+++ b/src/main.c
@@ -23,7 +23,7 @@
#include "gemini2html.h"
-#define VERSION "1.3.3"
+#define VERSION "1.3.4"
/* displays the help menu */
void display_help_text(char* prog) {