Skip to content

Commit

Permalink
Bump to version 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mathroule committed Jan 8, 2020
1 parent 56682a8 commit d30b973
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
danger-pmd (0.3.0)
danger-pmd (0.4.0)
danger-plugin-api (~> 1.0)
oga (~> 2.10)

Expand Down Expand Up @@ -37,7 +37,7 @@ GEM
danger-plugin-api (1.0.0)
danger (> 2.0)
diff-lcs (1.3)
faraday (0.17.1)
faraday (0.17.3)
multipart-post (>= 1.2, < 3)
faraday-http-cache (2.0.0)
faraday (~> 0.8)
Expand Down Expand Up @@ -74,7 +74,8 @@ GEM
notiffany (0.1.3)
nenv (~> 0.1)
shellany (~> 0.0)
octokit (4.14.0)
octokit (4.15.0)
faraday (>= 0.9)
sawyer (~> 0.8.0, >= 0.5.3)
oga (2.15)
ast
Expand All @@ -86,7 +87,7 @@ GEM
pry (0.12.2)
coderay (~> 1.1.0)
method_source (~> 0.9.0)
public_suffix (4.0.1)
public_suffix (4.0.3)
rainbow (3.0.0)
rake (10.5.0)
rb-fsevent (0.10.3)
Expand Down
2 changes: 1 addition & 1 deletion lib/pmd/gem_version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Pmd
VERSION = "0.3.0"
VERSION = "0.4.0"
end

0 comments on commit d30b973

Please sign in to comment.