We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9272763 commit cd54eddCopy full SHA for cd54edd
2 files changed
shard.yml
@@ -1,2 +1,16 @@
1
name: term-cursor
2
-version: 0.3.0
+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
@@ -1,5 +1,5 @@
module Term
module Cursor
- VERSION = "0.3.0"
+ VERSION = "0.2.0"
end
0 commit comments