Skip to content

Commit 89899e8

Browse files
committed
Release version 0.2.0
1 parent 5560253 commit 89899e8

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.1.0
3+
:version: 0.2.0
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.1.0"
20+
#define VERSION "0.2.0"
2121
#endif
2222

2323
#define OP_CLEAR 'c'

0 commit comments

Comments
 (0)