Skip to content

Commit

Permalink
1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
docelic committed Aug 16, 2021
1 parent ccc0443 commit 28be793
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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: 1.0.1
version: 1.0.2

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 @@ -45,7 +45,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 = "1.0.1"
VERSION = "1.0.2"
include Namespace
include JSON::Serializable
include Crystallabs::Helpers::Logging
Expand Down

0 comments on commit 28be793

Please sign in to comment.