From d02ea0d903daa1ffb0644b94fb34a44cabad34a2 Mon Sep 17 00:00:00 2001 From: Christopher Pezza Date: Fri, 9 Oct 2020 00:30:54 -0400 Subject: [PATCH] Version bump to 1.0.0 --- lib/simplecov-material/version.rb | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/simplecov-material/version.rb b/lib/simplecov-material/version.rb index 49afdfb..fcdeb09 100644 --- a/lib/simplecov-material/version.rb +++ b/lib/simplecov-material/version.rb @@ -3,7 +3,7 @@ module SimpleCov module Formatter class MaterialFormatter - VERSION = "0.0.0" + VERSION = "1.0.0" end end end diff --git a/package.json b/package.json index ad73a2e..dc799d5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "simplecov-material", - "version": "0.0.0", + "version": "1.0.0", "description": "HTML Material Design View for Simplecov formatter", "scripts": { "build": "webpack --config webpack.config.js",