Skip to content

Commit

Permalink
Bump up version to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yujinakayama committed Dec 2, 2013
1 parent b88f798 commit aa62898
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Development

## v1.0.1

* Fix inappripriate multiple run on a save with Vim ([#6](https://github.com/yujinakayama/guard-rubocop/pull/6))

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

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

0 comments on commit aa62898

Please # to comment.