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'