From 171af6939a5bfaa74aff1e4682df2b1c310dfee0 Mon Sep 17 00:00:00 2001 From: Craig P Jolicoeur Date: Fri, 18 Oct 2013 13:48:33 -0400 Subject: [PATCH] Version bump for 1.0.3 release --- CHANGELOG | 4 ++++ lib/bb-ruby/version.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 3a394fc..7b5ecf8 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,7 @@ +== 1.0.3 2013-10-18 + +* Fix but with auto-detection of links without protocol + == 1.0.2 2013-10-08 * Add MIT license information diff --git a/lib/bb-ruby/version.rb b/lib/bb-ruby/version.rb index 8415f47..3b118c9 100644 --- a/lib/bb-ruby/version.rb +++ b/lib/bb-ruby/version.rb @@ -1,3 +1,3 @@ module BBRuby - VERSION = "1.0.2" + VERSION = "1.0.3" end