Version 2.0.0.
authorGoalSmashers <jakub@goalsmashers.com>
Mon, 4 Nov 2013 13:31:25 +0000 (14:31 +0100)
committerGoalSmashers <jakub@goalsmashers.com>
Mon, 4 Nov 2013 13:31:25 +0000 (14:31 +0100)
History.md
README.md
package.json

index 4cbcc02..9092156 100644 (file)
@@ -1,4 +1,4 @@
-[2.0.0 / 2013-xx-xx (UNRELEASED)](https://github.com/GoalSmashers/clean-css/compare/v1.1.7...v2.0.0)
+[2.0.0 / 2013-11-04](https://github.com/GoalSmashers/clean-css/compare/v1.1.7...v2.0.0)
 ==================
 
 * Adds simplified and more advanced text escaping / restoring via `EscapeStore` class.
index 67d958b..8b28e5c 100644 (file)
--- a/README.md
+++ b/README.md
@@ -3,8 +3,6 @@
 [![Dependency Status](https://david-dm.org/GoalSmashers/clean-css.png)](https://david-dm.org/GoalSmashers/clean-css)
 [![devDependency Status](https://david-dm.org/GoalSmashers/clean-css/dev-status.png)](https://david-dm.org/GoalSmashers/clean-css#info=devDependencies)
 
-## Important: all the documentation below covers the upcoming 2.0 release. Check out [1.1 branch](https://github.com/GoalSmashers/clean-css/tree/1.1) for current, 1.1.x release docs.
-
 ## What is clean-css?
 
 Clean-css is a fast and efficient [node.js](http://nodejs.org/) library for minifying CSS files.
index 8d75b5e..cb121d2 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "clean-css",
-  "version": "1.1.7",
+  "version": "2.0.0",
   "author": "Jakub Pawlowicz <jakub@goalsmashers.com> (http://twitter.com/GoalSmashers)",
   "description": "A well-tested CSS minifier",
   "license": "MIT",