From 28be79302e148c0b6b9e0e00b287a7d2a79d884e Mon Sep 17 00:00:00 2001 From: Davor Ocelic Date: Mon, 16 Aug 2021 23:04:55 +0200 Subject: [PATCH] 1.0.2 --- shard.yml | 2 +- src/tput.cr | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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