From 049eb8c8acc103f66cb6d3c7a74fe16ccedb2472 Mon Sep 17 00:00:00 2001 From: Jakub Jirutka Date: Tue, 22 Mar 2022 13:06:37 +0100 Subject: [PATCH] Release version 0.2.2 --- README.adoc | 2 +- tty-copy.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.adoc b/README.adoc index 8bd75fd..bd25933 100644 --- a/README.adoc +++ b/README.adoc @@ -1,6 +1,6 @@ = tty-copy :proj-name: tty-copy -:version: 0.2.1 +:version: 0.2.2 :gh-name: jirutka/{proj-name} :releases-uri: https://github.com/{gh-name}/releases/download/v{version} diff --git a/tty-copy.c b/tty-copy.c index 42f45cf..500ddbd 100644 --- a/tty-copy.c +++ b/tty-copy.c @@ -17,7 +17,7 @@ #define PROGNAME "tty-copy" #ifndef VERSION - #define VERSION "0.2.1" + #define VERSION "0.2.2" #endif #define OP_CLEAR 'c'