Skip to content

Commit

Permalink
Merge pull request #9 from josacar/master
Browse files Browse the repository at this point in the history
 Release 0.5.0
  • Loading branch information
joseluis-fw authored Aug 27, 2019
2 parents ffece3f + 860a5d4 commit d69b470
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion glare.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Gem::Specification.new do |spec|
spec.test_files = Dir['spec/**/*.{rb,json}']
spec.require_paths = ['lib']

spec.add_development_dependency 'bundler', '~> 1.9'
spec.add_development_dependency 'bundler', '>= 1.9'
spec.add_development_dependency 'rake', '~> 12.3'
spec.add_development_dependency 'rspec', '~> 3.7'

Expand Down
2 changes: 1 addition & 1 deletion lib/glare/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Glare
VERSION = '0.5.0'.freeze
VERSION = '0.6.0'.freeze
end

0 comments on commit d69b470

Please sign in to comment.