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",