Skip to content

Commit

Permalink
Bumps version
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikolay Kasyanov committed Oct 2, 2017
1 parent c233e69 commit c52c367
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
PATH
remote: .
specs:
danger-code_style_validation (0.1.0)
danger-code_style_validation (0.2.0)
danger-plugin-api (~> 1.0)

GEM
remote: https://rubygems.org/
specs:
addressable (2.5.1)
public_suffix (~> 2.0, >= 2.0.2)
addressable (2.5.2)
public_suffix (>= 2.0.2, < 4.0)
ast (2.3.0)
claide (1.0.2)
claide-plugins (0.9.2)
Expand All @@ -33,7 +33,7 @@ GEM
danger-plugin-api (1.0.0)
danger (> 2.0)
diff-lcs (1.2.5)
faraday (0.13.0)
faraday (0.13.1)
multipart-post (>= 1.2, < 3)
faraday-http-cache (1.3.1)
faraday (~> 0.8)
Expand Down
2 changes: 1 addition & 1 deletion lib/code_style_validation/gem_version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module CodeStyleValidation
VERSION = '0.1.0'.freeze
VERSION = '0.2.0'.freeze
end

0 comments on commit c52c367

Please sign in to comment.