Skip to content

Commit

Permalink
0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Jennifer Konikowski committed Sep 17, 2020
1 parent 4b503e4 commit e2ca552
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## unreleased
## 0.6.1

* Update Rubocop from
[0.90](https://github.com/rubocop-hq/rubocop/releases/tag/v0.90.0)
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
standard (0.6.0)
standard (0.6.1)
rubocop (~> 0.90)
rubocop-performance (~> 1.8.0)

Expand Down Expand Up @@ -33,7 +33,7 @@ GEM
rubocop-ast (>= 0.4.0, < 1.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 2.0)
rubocop-ast (0.4.0)
rubocop-ast (0.4.1)
parser (>= 2.7.1.4)
rubocop-performance (1.8.0)
rubocop (>= 0.87.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/standard/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Standard
VERSION = Gem::Version.new("0.6.0")
VERSION = Gem::Version.new("0.6.1")
end

0 comments on commit e2ca552

Please sign in to comment.