Skip to content

Commit 8ada56f

Browse files
committed
Release version 0.2.1
1 parent cf18dc8 commit 8ada56f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
= tty-copy
22
:proj-name: tty-copy
3-
:version: 0.2.0
3+
:version: 0.2.1
44
:gh-name: jirutka/{proj-name}
55
:releases-uri: https://github.com/{gh-name}/releases/download/v{version}
66

tty-copy.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
#define PROGNAME "tty-copy"
1818

1919
#ifndef VERSION
20-
#define VERSION "0.2.0"
20+
#define VERSION "0.2.1"
2121
#endif
2222

2323
#define OP_CLEAR 'c'

0 commit comments

Comments
 (0)