Skip to content

Commit

Permalink
Bump version to 0.3.1
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
gongo committed Sep 30, 2014
1 parent fa7d811 commit 7be45f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gnawrnip.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Gem::Specification.new do |spec|
spec.require_paths = ["lib"]

spec.add_dependency 'capybara', "~> 2.2"
spec.add_dependency 'turnip_formatter', '~> 0.3.0'
spec.add_dependency 'turnip_formatter', '~> 0.3.2'
spec.add_dependency 'oily_png'
spec.add_development_dependency "bundler", "~> 1.3"
spec.add_development_dependency "rake"
Expand Down
2 changes: 1 addition & 1 deletion lib/gnawrnip/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Gnawrnip
VERSION = '0.3.0'
VERSION = '0.3.1'
end

0 comments on commit 7be45f8

Please sign in to comment.