aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gemini2html.12
-rw-r--r--src/main.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/gemini2html.1 b/gemini2html.1
index 24ea2a4..da69e3c 100644
--- a/gemini2html.1
+++ b/gemini2html.1
@@ -1,4 +1,4 @@
-.TH GEMINI2HTML "1" "July 2023" "gemini2html v1.3.4"
+.TH GEMINI2HTML "1" "July 2023" "gemini2html v1.3.5"
.SH NAME
gemini2html \- convert gemini text to HTML
.SH SYNOPSIS
diff --git a/src/main.c b/src/main.c
index aaa98e3..535e90d 100644
--- a/src/main.c
+++ b/src/main.c
@@ -23,7 +23,7 @@
#include "gemini2html.h"
-#define VERSION "1.3.4"
+#define VERSION "1.3.5"
/* displays the help menu */
void display_help_text(char* prog) {