Skip to content

Commit

Permalink
Crystal 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
docelic committed Apr 12, 2020
1 parent f0b73d2 commit 83365de
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.1
version: 0.4.2
```
## Usage in a nutshell
Expand Down
4 changes: 2 additions & 2 deletions shard.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: tput
version: 0.4.1
version: 0.4.2

authors:
- Davor Ocelic <[email protected]>

crystal: 0.33.0
crystal: 0.34.0

license: MIT

Expand Down
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.1"
VERSION = "0.4.2"

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

0 comments on commit 83365de

Please sign in to comment.