Skip to content

Commit

Permalink
bump version to 0.11.0
Browse files Browse the repository at this point in the history
closes #47

Signed-off-by: Ashish Kulkarni <ashish@kulkarni.dev>
  • Loading branch information
ashkulz committed Jan 31, 2021
1 parent 5dfe984 commit 8c2a77b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/pronto/rubocop/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Pronto
module RubocopVersion
VERSION = '0.10.0'.freeze
VERSION = '0.11.0'.freeze
end
end
2 changes: 1 addition & 1 deletion pronto-rubocop.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Gem::Specification.new do |s|
s.extra_rdoc_files = ['LICENSE', 'README.md']
s.require_paths = ['lib']

s.add_runtime_dependency('pronto', '~> 0.10.0')
s.add_runtime_dependency('pronto', '~> 0.11.0')
s.add_runtime_dependency('rubocop', '>= 0.49.1', '< 1.0')
s.add_development_dependency('rake', '~> 12.0')
s.add_development_dependency('rspec', '~> 3.4')
Expand Down

0 comments on commit 8c2a77b

Please sign in to comment.