From: Jakub Pawlowicz Date: Fri, 16 Dec 2011 20:54:18 +0000 (+0100) Subject: Version 0.3.1. X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=fd608fe5530be26a935216053e126e522d773997;p=clean-css.git Version 0.3.1. --- diff --git a/History.md b/History.md index af7ae8b3..3af4a8c3 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,8 @@ +0.3.1 / 2011-12-16 +================== + + * Fixed cleaning up '0 0 0 0' expressions. + 0.3.0 / 2011-11-29 ================== diff --git a/package.json b/package.json index 3c65c6d9..d5d6811c 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "type" : "git", "url" : "http://github.com/GoalSmashers/clean-css.git" }, - "version": "0.3.0", + "version": "0.3.1", "main": "index.js", "bin": { "cleancss": "./bin/cleancss"