mirror of
https://github.com/pure-css/pure.git
synced 2024-11-07 21:34:24 +00:00
Bump version to 0.1.0
This commit is contained in:
parent
230b19368e
commit
09c3ef93c8
@ -1,8 +1,10 @@
|
||||
Pure Change History
|
||||
===================
|
||||
|
||||
NEXT
|
||||
----
|
||||
0.1.0 (2013-05-24)
|
||||
------------------
|
||||
|
||||
* (!) Initial public release.
|
||||
|
||||
* Upgraded Normalize.css to 1.1.2.
|
||||
|
||||
|
@ -9,7 +9,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.0.2/pure-min.css">
|
||||
<link rel="stylesheet" href="http://yui.yahooapis.com/pure/0.1.0/pure-min.css">
|
||||
```
|
||||
|
||||
|
||||
@ -59,7 +59,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.0.2/pure-min.css">
|
||||
<link rel="stylesheet" href="http://yui.yahooapis.com/pure/0.1.0/pure-min.css">
|
||||
```
|
||||
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "pure",
|
||||
"version": "0.1.0pre",
|
||||
"version": "0.1.0",
|
||||
"devDependencies": {
|
||||
"normalize-css": "1.x"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "pure",
|
||||
"version": "0.1.0pre",
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"devDependencies": {
|
||||
"grunt": "~0.4.1",
|
||||
|
Loading…
Reference in New Issue
Block a user