Skip to content

Commit

Permalink
v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
docelic committed Jan 17, 2021
1 parent 6966d46 commit d8d8f33
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ API.
dependencies:
tput:
github: crystallabs/tput.cr
version: 0.1.0
version: 0.6.0
```
2. Run `shards install`
Expand Down
2 changes: 1 addition & 1 deletion shard.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: tput
version: 0.1.0
version: 0.6.0

authors:
- Davor Ocelic <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion src/tput.cr
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ require "./tput/emulator"
# In all of the examples above, spaces exist just for clarity and are not part of actual escape
# sequences. For example, in "ESC [" or " Ps ; Ps ;" there are no actual spaces.
class Tput
VERSION = "0.1.0"
VERSION = "0.6.0"
include Namespace
include JSON::Serializable
include Crystallabs::Helpers::Logging
Expand Down

0 comments on commit d8d8f33

Please sign in to comment.