From 2afd57593f42464fe3288b34bc2ecde59c3c731c Mon Sep 17 00:00:00 2001 From: Keith Pitt Date: Wed, 30 Jul 2014 18:31:28 +0930 Subject: [PATCH] Bumping to version 0.3.3 --- Gemfile.lock | 2 +- lib/terminal/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 0580f69..45f3baf 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - terminal (0.3.2) + terminal (0.3.3) escape_utils (~> 1.0) gemoji (~> 2.0) diff --git a/lib/terminal/version.rb b/lib/terminal/version.rb index f82a59f..8cbab75 100644 --- a/lib/terminal/version.rb +++ b/lib/terminal/version.rb @@ -1,3 +1,3 @@ module Terminal - VERSION = "0.3.2" + VERSION = "0.3.3" end