Skip to content

Commit

Permalink
Increments gem version to 0.1.1
Browse files Browse the repository at this point in the history
This version only contains tweaks to the gemspec file.
  • Loading branch information
melriffe committed Sep 26, 2014
1 parent cbccb12 commit 4f2ba31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/flat/version.rb
@@ -1,3 +1,3 @@
module Flat #:nodoc:
VERSION = "0.1.0"
VERSION = "0.1.1"
end
2 changes: 1 addition & 1 deletion spec/lib/flat_spec.rb
Expand Up @@ -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

Expand Down

0 comments on commit 4f2ba31

Please sign in to comment.