Skip to content

Commit

Permalink
Version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
geniou committed Jun 25, 2014
1 parent 57c80a2 commit c3db739
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change log

## master (unreleased)
## 1.1.0

* Add `autocorrect` to `RSpec::DescribedClass` cop. ([@geniou][])

Expand Down
2 changes: 1 addition & 1 deletion lib/rubocop/rspec/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module RuboCop
module RSpec
# Version information for the RSpec RuboCop plugin.
module Version
STRING = '1.0.1'
STRING = '1.1.0'
end
end
end

0 comments on commit c3db739

Please sign in to comment.