Skip to content

Commit

Permalink
Bump up version to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
yujinakayama committed Feb 11, 2014
1 parent 446fbe7 commit 4e9fcee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,8 @@

## Development

## v1.0.2

* Support both spelling “offense” (RuboCop 0.19 or later) and “offence” (prior to RuboCop 0.19) ([rubocop#700](https://github.com/bbatsov/rubocop/issues/700))

## v1.0.1
Expand Down
2 changes: 1 addition & 1 deletion lib/guard/rubocop/version.rb
Expand Up @@ -7,7 +7,7 @@ module RubocopVersion
# http://semver.org/
MAJOR = 1
MINOR = 0
PATCH = 1
PATCH = 2

def self.to_s
[MAJOR, MINOR, PATCH].join('.')
Expand Down

0 comments on commit 4e9fcee

Please sign in to comment.