Skip to content

Commit c54bec0

Browse files
committed
👊 Bump version to 0.1.1
1 parent c9e49b0 commit c54bec0

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

examples/relay-treasurehunt/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"graphql": "^0.2.6",
1515
"graphql-relay": "^0.1.0",
1616
"react": "^0.14.0-beta3",
17-
"react-relay": "0.1.0",
17+
"react-relay": "0.1.1",
1818
"webpack": "^1.10.5",
1919
"webpack-dev-server": "^1.10.1"
2020
}

examples/star-wars/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"graphql": "^0.2.6",
1919
"graphql-relay": "^0.1.0",
2020
"react": "^0.14.0-beta3",
21-
"react-relay": "0.1.0",
21+
"react-relay": "0.1.1",
2222
"webpack": "^1.10.5",
2323
"webpack-dev-server": "^1.10.1"
2424
}

examples/todo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"graphql": "^0.2.6",
1919
"graphql-relay": "^0.1.0",
2020
"react": "^0.14.0-beta3",
21-
"react-relay": "0.1.0",
21+
"react-relay": "0.1.1",
2222
"todomvc-app-css": "^2.0.1",
2323
"todomvc-common": "^1.0.2",
2424
"webpack": "^1.10.5",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-relay",
33
"description": "A framework for building data-driven React applications.",
4-
"version": "0.1.0",
4+
"version": "0.1.1",
55
"keywords": [
66
"graphql",
77
"react",

website/core/SiteData.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
*/
44

55
module.exports = {
6-
version: "0.1.0"
6+
version: "0.1.1"
77
};

0 commit comments

Comments
 (0)