From ae03292d7a028e4390c00fbd3cd3912bf19416ec539d3c615e9addb74892f4ef Mon Sep 17 00:00:00 2001 From: Nicholas Johnson Date: Wed, 19 Jul 2023 00:00:00 +0000 Subject: Bump patch version --- gemini2html.1 | 2 +- src/main.c | 2 +- 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) { -- cgit v1.2.3