Skip to content

Commit

Permalink
0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
searls committed Feb 28, 2020
1 parent a7156b1 commit b55f84b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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.1.10)
standard (0.2.0)
rubocop (~> 0.79.0)
rubocop-performance (~> 1.5.1)

Expand All @@ -16,7 +16,7 @@ GEM
method_source (0.9.2)
minitest (5.14.0)
parallel (1.19.1)
parser (2.7.0.2)
parser (2.7.0.3)
ast (~> 2.4.0)
pry (0.12.2)
coderay (~> 1.1.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.1.10")
VERSION = Gem::Version.new("0.2.0")
end

0 comments on commit b55f84b

Please sign in to comment.