diff --git a/lib/flat/version.rb b/lib/flat/version.rb index 1a35877..7eaf47d 100644 --- a/lib/flat/version.rb +++ b/lib/flat/version.rb @@ -1,3 +1,3 @@ module Flat #:nodoc: - VERSION = "0.1.0" + VERSION = "0.1.1" end diff --git a/spec/lib/flat_spec.rb b/spec/lib/flat_spec.rb index c35f2a8..8edf848 100644 --- a/spec/lib/flat_spec.rb +++ b/spec/lib/flat_spec.rb @@ -5,7 +5,7 @@ describe 'Version' do it 'should verify current gem version' do - expect(Flat::VERSION).to eq('0.1.0') + expect(Flat::VERSION).to eq('0.1.1') end end