diff --git a/HISTORY.md b/HISTORY.md
index 26697fc..571ab77 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -1,8 +1,8 @@
Pure Change History
===================
-NEXT
-----
+0.4.2 (2014-02-13)
+------------------
* Added `main` to Pure's `bower.json` file to allow easier integration with
build processes and tooling. ([#286][] @stevenvachon)
diff --git a/README.md b/README.md
index 32e38da..41d445a 100644
--- a/README.md
+++ b/README.md
@@ -11,7 +11,7 @@ A set of small, responsive CSS modules that you can use in every web project.
**Use From the CDN:**
```html
-
+
```
Note: You can [customize which Pure modules you need][customize].
@@ -72,7 +72,7 @@ You can include the Pure CSS file in your project by fetching it from Yahoo's
CDN:
```html
-
+
```
You can also install Pure using [Bower][], using the following command:
diff --git a/bower.json b/bower.json
index 5132ff4..f603d9b 100644
--- a/bower.json
+++ b/bower.json
@@ -1,6 +1,6 @@
{
"name": "pure",
- "version": "0.4.2-pre",
+ "version": "0.4.2",
"main": "build/pure.css",
"devDependencies": {
"normalize-css": "1.1.3"
diff --git a/package.json b/package.json
index 2487d3d..727075b 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "pure",
- "version": "0.4.2-pre",
+ "version": "0.4.2",
"private": true,
"repository": "git://github.com/yui/pure.git",
"scripts": {