summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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) {