Skip to content

Commit cd54edd

Browse files
committed
Reset to clean 0.2.0 state with branch dependencies
1 parent 9272763 commit cd54edd

2 files changed

Lines changed: 16 additions & 2 deletions

File tree

shard.yml

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,16 @@
11
name: term-cursor
2-
version: 0.3.0
2+
version: 0.2.0
3+
4+
authors:
5+
- Chris Watson <cawatson1993@gmail.com>
6+
7+
description: Terminal cursor movement and manipulation
8+
9+
development_dependencies:
10+
spectator:
11+
gitlab: arctic-fox/spectator
12+
version: ~> 0.12.0
13+
14+
crystal: ">= 1.0.0"
15+
16+
license: MIT

src/cursor/version.cr

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

0 commit comments

Comments
 (0)