Bump version to 0.1.0

This commit is contained in:
Eric Ferraiuolo 2013-05-24 19:54:42 +01:00
parent 230b19368e
commit 09c3ef93c8
4 changed files with 8 additions and 6 deletions

View File

@ -1,8 +1,10 @@
Pure Change History
===================
NEXT
----
0.1.0 (2013-05-24)
------------------
* (!) Initial public release.
* Upgraded Normalize.css to 1.1.2.

View File

@ -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">
```

View File

@ -1,6 +1,6 @@
{
"name": "pure",
"version": "0.1.0pre",
"version": "0.1.0",
"devDependencies": {
"normalize-css": "1.x"
}

View File

@ -1,6 +1,6 @@
{
"name": "pure",
"version": "0.1.0pre",
"version": "0.1.0",
"private": true,
"devDependencies": {
"grunt": "~0.4.1",