diff --git a/shard.yml b/shard.yml index 59f0a57..f2b2627 100644 --- a/shard.yml +++ b/shard.yml @@ -1,5 +1,5 @@ name: tput -version: 1.0.1 +version: 1.0.2 authors: - Davor Ocelic diff --git a/src/tput.cr b/src/tput.cr index b3b38d8..354469e 100644 --- a/src/tput.cr +++ b/src/tput.cr @@ -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