1
mirror of https://github.com/pure-css/pure synced 2025-03-25 15:12:45 +01:00

Bump version to v0.4.2

This commit is contained in:
Eric Ferraiuolo 2014-02-13 18:18:13 -08:00
parent bb42106c80
commit 14cfcbdfc6
4 changed files with 6 additions and 6 deletions

@ -1,8 +1,8 @@
Pure Change History Pure Change History
=================== ===================
NEXT 0.4.2 (2014-02-13)
---- ------------------
* Added `main` to Pure's `bower.json` file to allow easier integration with * Added `main` to Pure's `bower.json` file to allow easier integration with
build processes and tooling. ([#286][] @stevenvachon) build processes and tooling. ([#286][] @stevenvachon)

@ -11,7 +11,7 @@ A set of small, responsive CSS modules that you can use in every web project.
**Use From the CDN:** **Use From the CDN:**
```html ```html
<link rel="stylesheet" href="http://yui.yahooapis.com/pure/0.4.1/pure-min.css"> <link rel="stylesheet" href="http://yui.yahooapis.com/pure/0.4.2/pure-min.css">
``` ```
Note: You can [customize which Pure modules you need][customize]. 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: CDN:
```html ```html
<link rel="stylesheet" href="http://yui.yahooapis.com/pure/0.4.1/pure-min.css"> <link rel="stylesheet" href="http://yui.yahooapis.com/pure/0.4.2/pure-min.css">
``` ```
You can also install Pure using [Bower][], using the following command: You can also install Pure using [Bower][], using the following command:

@ -1,6 +1,6 @@
{ {
"name": "pure", "name": "pure",
"version": "0.4.2-pre", "version": "0.4.2",
"main": "build/pure.css", "main": "build/pure.css",
"devDependencies": { "devDependencies": {
"normalize-css": "1.1.3" "normalize-css": "1.1.3"

@ -1,6 +1,6 @@
{ {
"name": "pure", "name": "pure",
"version": "0.4.2-pre", "version": "0.4.2",
"private": true, "private": true,
"repository": "git://github.com/yui/pure.git", "repository": "git://github.com/yui/pure.git",
"scripts": { "scripts": {