From 64544aed70e89fda142aa91bb97016a131407f15 Mon Sep 17 00:00:00 2001 From: Nicolas Cusan Date: Tue, 8 Jan 2019 17:08:36 +0100 Subject: [PATCH] update version --- destyle.css | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/destyle.css b/destyle.css index 7c2379a..0e5c23c 100644 --- a/destyle.css +++ b/destyle.css @@ -1,4 +1,4 @@ -/*! de-style.css v1.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */ +/*! de-style.css v1.0.3 | MIT License | https://github.com/nicolas-cusan/destyle.css */ /* Reset box-model ========================================================================== */ diff --git a/package.json b/package.json index 4ea43b1..69a2d7f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "destyle.css", - "version": "1.0.2", + "version": "1.0.3", "description": "Opinionated reset stylesheet that provides a clean styling slate for your project.", "main": "destyle.css", "style": "destyle.css",