Skip to content

Commit e8a849f

Browse files
committed
Release version 0.1.0
1 parent 9b7bbf3 commit e8a849f

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.0.0
3+
:version: 0.1.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
@@ -15,7 +15,7 @@
1515
#define PROGNAME "tty-copy"
1616

1717
#ifndef VERSION
18-
#define VERSION "0.0.0"
18+
#define VERSION "0.1.0"
1919
#endif
2020

2121
#define ERR_GENERAL 1

0 commit comments

Comments
 (0)