Skip to content

Commit ea14845

Browse files
committed
Bump version for 0.12.2
1 parent 2f6a95d commit ea14845

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ sass:
3434
sass_dir: _css
3535
gems:
3636
- jekyll-redirect-from
37-
react_version: 0.12.1
37+
react_version: 0.12.2

npm-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react",
33
"description": "React is a JavaScript library for building user interfaces.",
4-
"version": "0.12.1",
4+
"version": "0.12.2",
55
"keywords": [
66
"react"
77
],

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-tools",
33
"description": "A set of complementary tools to React, including the JSX transformer.",
4-
"version": "0.12.1",
4+
"version": "0.12.2",
55
"keywords": [
66
"react",
77
"jsx",

src/browser/ui/React.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,6 @@ if (__DEV__) {
179179

180180
// Version exists only in the open-source version of React, not in Facebook's
181181
// internal version.
182-
React.version = '0.12.1';
182+
React.version = '0.12.2';
183183

184184
module.exports = React;

0 commit comments

Comments
 (0)