Skip to content

Commit a543338

Browse files
committed
Bump version for v0.4.0
1 parent 0c1f272 commit a543338

File tree

2 files changed

+32
-33
lines changed

2 files changed

+32
-33
lines changed

docs/_config.yml

Lines changed: 31 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,21 @@
1-
---
1+
---
22
baseurl: /react
33
url: http://facebook.github.io
44
permalink: /blog/:year/:month/:day/:title.html
5-
exclude:
5+
exclude:
66
- Gemfile
77
- Gemfile.lock
88
- README.md
99
- Rakefile
10-
redcarpet:
11-
extensions:
10+
redcarpet:
11+
extensions:
1212
- fenced_code_blocks
1313
pygments: true
1414
name: React
1515
markdown: redcarpet
16-
react_version: 0.4.0a
16+
react_version: 0.4.0
1717
description: A JavaScript library for building user interfaces
1818
relative_permalinks: true
19-
2019
nav_docs_sections:
2120
- title: Quick Start
2221
items:
@@ -26,29 +25,29 @@ nav_docs_sections:
2625
title: Tutorial
2726
- title: Guides
2827
items:
29-
- id: why-react
30-
title: Why React?
31-
- id: displaying-data
32-
title: Displaying Data
33-
subitems:
34-
- id: jsx-in-depth
35-
title: JSX in Depth
36-
- id: jsx-gotchas
37-
title: JSX Gotchas
38-
- id: interactivity-and-dynamic-uis
39-
title: Interactivity and Dynamic UIs
40-
- id: multiple-components
41-
title: Multiple Components
42-
- id: reusable-components
43-
title: Reusable Components
44-
- id: forms
45-
title: Forms
46-
- id: working-with-the-browser
47-
title: Working With the Browser
48-
subitems:
49-
- id: more-about-refs
50-
title: More About Refs
51-
- id: tooling-integration
52-
title: Tooling integration
53-
- id: reference
54-
title: Reference
28+
- id: why-react
29+
title: Why React?
30+
- id: displaying-data
31+
title: Displaying Data
32+
subitems:
33+
- id: jsx-in-depth
34+
title: JSX in Depth
35+
- id: jsx-gotchas
36+
title: JSX Gotchas
37+
- id: interactivity-and-dynamic-uis
38+
title: Interactivity and Dynamic UIs
39+
- id: multiple-components
40+
title: Multiple Components
41+
- id: reusable-components
42+
title: Reusable Components
43+
- id: forms
44+
title: Forms
45+
- id: working-with-the-browser
46+
title: Working With the Browser
47+
subitems:
48+
- id: more-about-refs
49+
title: More About Refs
50+
- id: tooling-integration
51+
title: Tooling integration
52+
- id: reference
53+
title: Reference

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-tools",
3-
"version": "0.4.0a",
3+
"version": "0.4.0",
44
"keywords": [
55
"react",
66
"jsx",

0 commit comments

Comments
 (0)