From 6671dfb9f1b6df8ddcf9d0ae67568569e4c83edb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20F=2E=20R=C3=B8dseth?= Date: Wed, 23 Feb 2022 11:31:59 +0100 Subject: [PATCH] New patch release --- README.md | 2 +- main.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 885998a..c746b2c 100644 --- a/README.md +++ b/README.md @@ -68,5 +68,5 @@ The full license text is in the `COPYING` file. ## General info -* Version: 1.0.0 +* Version: 1.0.1 * License: GPL2 diff --git a/main.c b/main.c index c3ba5ec..f2938f4 100644 --- a/main.c +++ b/main.c @@ -10,7 +10,7 @@ #include #include -static const char* versionString = "tinyionice 1.0.0"; +static const char* versionString = "tinyionice 1.0.1"; static inline int flush_standard_stream(FILE* stream) {