Skip to content

Commit

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

## 1.0.1

* Add `config` folder to gemspec. ([@pstengel][])

## 1.0.rc3

* Update to RuboCop `>= 0.23`. ([@geniou][])
Expand All @@ -25,3 +29,4 @@

[@geniou]: /~https://github.com/geniou
[@nevir]: /~https://github.com/nevir
[@pstengel]: /~https://github.com/pstengel
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'
STRING = '1.0.1'
end
end
end

0 comments on commit a4e6d9f

Please sign in to comment.