From 55a9da11ac4502fad6eb0fc47a09902fb2e44b7a Mon Sep 17 00:00:00 2001 From: Vicent Llongo Date: Tue, 27 Oct 2020 00:20:13 +0200 Subject: [PATCH] Bump version to 0.2.3 --- simplecov-json.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simplecov-json.gemspec b/simplecov-json.gemspec index a72f669..4230bd3 100644 --- a/simplecov-json.gemspec +++ b/simplecov-json.gemspec @@ -3,7 +3,7 @@ $:.push File.expand_path("../lib", __FILE__) Gem::Specification.new do |s| s.name = "simplecov-json" - s.version = '0.2.2' + s.version = '0.2.3' s.licenses = ['MIT'] s.platform = Gem::Platform::RUBY s.authors = ["Vicent Llongo"]