From dbf896457d21f7f134dca7dd3c3e7ba18c5f102c Mon Sep 17 00:00:00 2001 From: Nicolas Cusan Date: Fri, 12 Jul 2019 15:21:59 +0200 Subject: [PATCH] 1.0.7 --- destyle.css | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/destyle.css b/destyle.css index 9c98aeb..62b7d9b 100644 --- a/destyle.css +++ b/destyle.css @@ -1,4 +1,4 @@ -/*! destyle.css v1.0.6 | MIT License | https://github.com/nicolas-cusan/destyle.css */ +/*! destyle.css v1.0.7 | MIT License | https://github.com/nicolas-cusan/destyle.css */ /* Reset box-model ========================================================================== */ diff --git a/package.json b/package.json index 4cea230..e6e1679 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "destyle.css", - "version": "1.0.6", + "version": "1.0.7", "description": "Opinionated reset stylesheet that provides a clean styling slate for your project.", "main": "destyle.css", "style": "destyle.css",