From df9b1a7af94f28a23e8680d480158489c5aad3d3 Mon Sep 17 00:00:00 2001 From: Christopher Pezza Date: Fri, 27 Nov 2020 09:31:04 -0500 Subject: [PATCH] Version bump to 1.0.2 --- lib/simplecov-tailwindcss/version.rb | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/simplecov-tailwindcss/version.rb b/lib/simplecov-tailwindcss/version.rb index 4451a7c..1c1fadd 100644 --- a/lib/simplecov-tailwindcss/version.rb +++ b/lib/simplecov-tailwindcss/version.rb @@ -3,7 +3,7 @@ module SimpleCov module Formatter class TailwindFormatter - VERSION = "1.0.1" + VERSION = "1.0.2" end end end diff --git a/package.json b/package.json index 535d3d3..5972a72 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "simplecov-tailwind", - "version": "1.0.1", + "version": "1.0.2", "description": "HTML tailwind Design View for Simplecov formatter", "scripts": { "build": "webpack --config webpack.config.js",