mirror of
https://github.com/zebrajr/react.git
synced 2026-01-15 12:15:22 +00:00
v0.11.2
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "react",
|
||||
"description": "React is a JavaScript library for building user interfaces.",
|
||||
"version": "0.11.1",
|
||||
"version": "0.11.2",
|
||||
"keywords": [
|
||||
"react"
|
||||
],
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "react-tools",
|
||||
"description": "A set of complementary tools to React, including the JSX transformer.",
|
||||
"version": "0.11.1",
|
||||
"version": "0.11.2",
|
||||
"keywords": [
|
||||
"react",
|
||||
"jsx",
|
||||
|
||||
@@ -146,6 +146,6 @@ if (__DEV__) {
|
||||
|
||||
// Version exists only in the open-source version of React, not in Facebook's
|
||||
// internal version.
|
||||
React.version = '0.11.1';
|
||||
React.version = '0.11.2';
|
||||
|
||||
module.exports = React;
|
||||
|
||||
Reference in New Issue
Block a user