Skip to content

Commit 80f0f68

Browse files
committed
Release term-reader v0.3.0
1 parent 00c0335 commit 80f0f68

2 files changed

Lines changed: 2 additions & 21 deletions

File tree

shard.yml

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,2 @@
11
name: term-reader
2-
version: 0.2.0
3-
4-
authors:
5-
- Chris Watson <cawatson1993@gmail.com>
6-
7-
dependencies:
8-
term-cursor:
9-
github: crystal-term/cursor
10-
branch: master
11-
term-screen:
12-
github: crystal-term/screen
13-
branch: master
14-
15-
development_dependencies:
16-
spectator:
17-
gitlab: arctic-fox/spectator
18-
19-
crystal: ">= 1.0.0"
20-
21-
license: MIT
2+
version: 0.3.0

src/reader/version.cr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Term
22
class Reader
3-
VERSION = "0.2.0"
3+
VERSION = "0.3.0"
44
end
55
end

0 commit comments

Comments
 (0)