Skip to content

Commit 104a10c

Browse files
committed
Bump version to v0.3.0
1 parent 8f9d6c7 commit 104a10c

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

HISTORY.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Pure Change History
22
===================
33

4-
NEXT
5-
----
4+
0.3.0 (2013-09-09)
5+
------------------
66

77
* __[!]__ Pure now requires the Base module (which is Normalize.css) to be on
88
the page. Pure has essentially always required the styles provided by

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ A set of small, responsive CSS modules that you can use in every web project.
1111
**Use From the CDN:**
1212

1313
```html
14-
<link rel="stylesheet" href="http://yui.yahooapis.com/pure/0.2.1/pure-min.css">
14+
<link rel="stylesheet" href="http://yui.yahooapis.com/pure/0.3.0/pure-min.css">
1515
```
1616

1717
Alternatively, you can [customize how you use Pure][customize].
@@ -65,7 +65,7 @@ You can include the Pure CSS file in your project by fetching it from Yahoo's
6565
CDN:
6666

6767
```html
68-
<link rel="stylesheet" href="http://yui.yahooapis.com/pure/0.2.1/pure-min.css">
68+
<link rel="stylesheet" href="http://yui.yahooapis.com/pure/0.3.0/pure-min.css">
6969
```
7070

7171

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pure",
3-
"version": "0.3.0-rc-3",
3+
"version": "0.3.0",
44
"devDependencies": {
55
"normalize-css": "1.1.2"
66
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pure",
3-
"version": "0.3.0-rc-3",
3+
"version": "0.3.0",
44
"private": true,
55
"repository": "git://github.com/yui/pure.git",
66
"devDependencies": {

0 commit comments

Comments
 (0)