Skip to content

Commit

Permalink
Bump up version to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yujinakayama committed Oct 6, 2013
1 parent 384ca16 commit 1cf84e3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Master

## v1.0.0

* Support Guard 2.0

## v0.2.2

* Fix a bug where `progress` formatter was used when `-f` and its argument were specified without separator in `:cli` option in `Guardfile` (e.g. `-fs`)
Expand Down
6 changes: 3 additions & 3 deletions lib/guard/rubocop/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ module Guard
# before `class Rubocop < Guard` in rubocop.rb
module RubocopVersion
# http://semver.org/
MAJOR = 0
MINOR = 2
PATCH = 2
MAJOR = 1
MINOR = 0
PATCH = 0

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

0 comments on commit 1cf84e3

Please # to comment.