diff --git a/Gemfile.lock b/Gemfile.lock index fa75d11..5ae1f51 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - gemirro (1.4.0) + gemirro (1.5.0) addressable (~> 2.8) builder (~> 3.2) confstruct (~> 1.1) diff --git a/lib/gemirro/version.rb b/lib/gemirro/version.rb index 9b5fdbd..c7be402 100644 --- a/lib/gemirro/version.rb +++ b/lib/gemirro/version.rb @@ -2,5 +2,5 @@ # Gemirro Version module Gemirro - VERSION = '1.4.0' + VERSION = '1.5.0' end