From f270930f89d58830359471aa00fdb21918b9e048 Mon Sep 17 00:00:00 2001 From: GoalSmashers Date: Wed, 18 Dec 2013 23:05:31 +0100 Subject: [PATCH] Version 2.0.3. --- History.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/History.md b/History.md index fd9a84e1..ef50734d 100644 --- a/History.md +++ b/History.md @@ -9,7 +9,7 @@ * Fixed issue [#165](https://github.com/GoalSmashers/clean-css/issues/165) - extra space after trailing parenthesis. * Fixed issue [#186](https://github.com/GoalSmashers/clean-css/issues/186) - strip unit from 0rem. -[2.0.3 / 2013-xx-xx (UNRELEASED)](https://github.com/GoalSmashers/clean-css/compare/v2.0.2...v2.0.3) +[2.0.3 / 2013-12-18](https://github.com/GoalSmashers/clean-css/compare/v2.0.2...v2.0.3) ================== * Fixed issue [#191](https://github.com/GoalSmashers/clean-css/issues/191) - leading numbers in font/animation names. diff --git a/package.json b/package.json index 35fa279b..5ca2f192 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "clean-css", - "version": "2.0.2", + "version": "2.0.3", "author": "Jakub Pawlowicz (http://twitter.com/GoalSmashers)", "description": "A well-tested CSS minifier", "license": "MIT", -- 2.34.1