From 89899e8d728c7b3019cfc37ea419dcf02a49905b Mon Sep 17 00:00:00 2001 From: Jakub Jirutka Date: Wed, 9 Mar 2022 22:02:19 +0100 Subject: [PATCH] Release version 0.2.0 --- README.adoc | 2 +- tty-copy.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.adoc b/README.adoc index ec3e82e..ece918b 100644 --- a/README.adoc +++ b/README.adoc @@ -1,6 +1,6 @@ = tty-copy :proj-name: tty-copy -:version: 0.1.0 +:version: 0.2.0 :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 f2954b5..1b354b5 100644 --- a/tty-copy.c +++ b/tty-copy.c @@ -17,7 +17,7 @@ #define PROGNAME "tty-copy" #ifndef VERSION - #define VERSION "0.1.0" + #define VERSION "0.2.0" #endif #define OP_CLEAR 'c'