From 8ecd366e6c1d700b5c3af5512cc7d1cd060e08b8 Mon Sep 17 00:00:00 2001 From: Christopher Pezza Date: Sun, 11 Oct 2020 14:31:14 -0400 Subject: [PATCH] Version bump to 1.0.1 --- 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 95e57f4..4451a7c 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.0" + VERSION = "1.0.1" end end end diff --git a/package.json b/package.json index 5788c12..535d3d3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "simplecov-tailwind", - "version": "1.0.0", + "version": "1.0.1", "description": "HTML tailwind Design View for Simplecov formatter", "scripts": { "build": "webpack --config webpack.config.js",