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'