Skip to content

Commit dedf3bd

Browse files
committed
Reset to clean 0.2.0 state with branch dependencies
1 parent 80f0f68 commit dedf3bd

2 files changed

Lines changed: 24 additions & 3 deletions

File tree

shard.yml

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

src/reader/version.cr

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

0 commit comments

Comments
 (0)