From 1b2ac7de4a0cc4f4fab19ba691b7f3ef13dfb0da Mon Sep 17 00:00:00 2001 From: Mathieu Rul Date: Mon, 30 Dec 2019 14:57:48 +0100 Subject: [PATCH] Bump to version 0.2.1 --- Gemfile.lock | 2 +- lib/pmd/gem_version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 4c2e480..671b273 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - danger-pmd (0.2.0) + danger-pmd (0.2.1) danger-plugin-api (~> 1.0) oga (~> 2.10) diff --git a/lib/pmd/gem_version.rb b/lib/pmd/gem_version.rb index 77ddf94..c3ad615 100644 --- a/lib/pmd/gem_version.rb +++ b/lib/pmd/gem_version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Pmd - VERSION = "0.2.0" + VERSION = "0.2.1" end