From 3049ab16e022d398dc7c824e359444eeb5c1fd73 Mon Sep 17 00:00:00 2001 From: GoalSmashers Date: Mon, 18 Nov 2013 22:30:50 +0100 Subject: [PATCH] Version 2.0.2. --- History.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/History.md b/History.md index 887ba297..415c0695 100644 --- a/History.md +++ b/History.md @@ -7,7 +7,7 @@ * Fixed issue [#163](https://github.com/GoalSmashers/clean-css/issues/163) - round pixels to 2nd decimal place. * Fixed issue [#165](https://github.com/GoalSmashers/clean-css/issues/165) - extra space after trailing parenthesis. -[2.0.2 / 2013-xx-xx (UNRELEASED)](https://github.com/GoalSmashers/clean-css/compare/v2.0.1...HEAD) +[2.0.2 / 2013-11-18](https://github.com/GoalSmashers/clean-css/compare/v2.0.1...v2.0.2) ================== * Fixed issue [#177](https://github.com/GoalSmashers/clean-css/issues/177) - process broken content correctly. diff --git a/package.json b/package.json index 707e8599..eac98238 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "clean-css", - "version": "2.0.1", + "version": "2.0.2", "author": "Jakub Pawlowicz (http://twitter.com/GoalSmashers)", "description": "A well-tested CSS minifier", "license": "MIT", -- 2.34.1