mirror of
https://github.com/pure-css/pure
synced 2024-11-22 05:32:20 +01:00
Bump version to v0.4.2
This commit is contained in:
parent
bb42106c80
commit
14cfcbdfc6
@ -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)
|
||||
|
@ -11,7 +11,7 @@ A set of small, responsive CSS modules that you can use in every web project.
|
||||
**Use From the CDN:**
|
||||
|
||||
```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].
|
||||
@ -72,7 +72,7 @@ You can include the Pure CSS file in your project by fetching it from Yahoo's
|
||||
CDN:
|
||||
|
||||
```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:
|
||||
|
@ -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"
|
||||
|
@ -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": {
|
||||
|
Loading…
Reference in New Issue
Block a user