summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md6
-rw-r--r--gemini2html.12
-rw-r--r--src/main.c2
3 files changed, 8 insertions, 2 deletions
diff --git a/README.md b/README.md
index 0b71e31..ee46999 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,11 @@
# gemini2html
+
Fast Gemini to HTML converter written in C.
+## Requirements
+
+* GNU C99 or newer
+
## Resources Used
+
https://gemini.circumlunar.space/docs/specification.html
diff --git a/gemini2html.1 b/gemini2html.1
index 496d17b..071a799 100644
--- a/gemini2html.1
+++ b/gemini2html.1
@@ -1,4 +1,4 @@
-.TH GEMINI2HTML "1" "January 2022" "gemini2html v1.3.2"
+.TH GEMINI2HTML "1" "January 2022" "gemini2html v1.3.3"
.SH NAME
gemini2html \- convert gemini text to HTML
.SH SYNOPSIS
diff --git a/src/main.c b/src/main.c
index f310723..63982a1 100644
--- a/src/main.c
+++ b/src/main.c
@@ -23,7 +23,7 @@
#include "gemini2html.h"
-#define VERSION "1.3.2"
+#define VERSION "1.3.3"
/* displays the help menu */
void display_help_text(char* prog) {