From: GoalSmashers Date: Mon, 18 Nov 2013 21:30:50 +0000 (+0100) Subject: Version 2.0.2. X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=3049ab16e022d398dc7c824e359444eeb5c1fd73;p=clean-css.git Version 2.0.2. --- 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",