Skip to content

Commit

Permalink
Crystal 0.33.0
Browse files Browse the repository at this point in the history
  • Loading branch information
docelic committed Feb 24, 2020
1 parent 9c2574a commit f0b73d2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Add the dependency to `shard.yml`:
dependencies:
tput:
github: crystallabs/tput
version: 0.4.0
version: 0.4.1
```
## Usage in a nutshell
Expand Down
5 changes: 2 additions & 3 deletions shard.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
name: tput
version: 0.4.0
version: 0.4.1

authors:
- Davor Ocelic <[email protected]>

crystal: 0.32.0
crystal: 0.33.0

license: MIT

dependencies:
terminfo:
github: crystallabs/terminfo
version: ~> 0.7.1
timer:
github: vladfaust/timer.cr
version: ~> 0.1.0
2 changes: 1 addition & 1 deletion src/tput.cr
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ require "./methods"

# Class for outputting appropriate terminal escape sequences
module Tput
VERSION = "0.4.0"
VERSION = "0.4.1"

include ::Tput::Terminal
include ::Tput::Methods
Expand Down

0 comments on commit f0b73d2

Please sign in to comment.