From 4d007aee808e5fdf34bedf98ebaa89b0cff4997f Mon Sep 17 00:00:00 2001 From: Jonatan Pedersen Date: Wed, 27 Sep 2017 20:54:14 +0200 Subject: [PATCH] 1.4.5 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 58ca6f8..b150cf4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "css-bingo", - "version": "1.4.4", + "version": "1.4.5", "description": "Every byte counts when creating good user experiences for mobile devices and slow networks. Don't let the browser do unnecessary work. css-bingo finds all extraneous rules and selectors in your CSS, not used in your html, and removes them.", "main": "index.js", "scripts": {