Skip to content

Commit 4335279

Browse files
committed
Bump version #18
1 parent e828a89 commit 4335279

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# React ComponentTree [![Build Status](https://travis-ci.org/skidding/react-component-tree.svg?branch=master)](https://travis-ci.org/skidding/react-component-tree) [![Coverage Status](https://coveralls.io/repos/skidding/react-component-tree/badge.svg?branch=master)](https://coveralls.io/r/skidding/react-component-tree?branch=master)
1+
# React Component Tree [![Build Status](https://travis-ci.org/skidding/react-component-tree.svg?branch=master)](https://travis-ci.org/skidding/react-component-tree) [![Coverage Status](https://coveralls.io/repos/skidding/react-component-tree/badge.svg?branch=master)](https://coveralls.io/r/skidding/react-component-tree?branch=master)
22

33
Serialize and reproduce the state of an entire tree of React components.
44

@@ -10,7 +10,7 @@ that exact state later on when debugging
1010

1111
React compatibility:
1212
- `react-component-tree@0.2` with `react@0.13` and below
13-
- `react-component-tree@0.3` with `react@0.14` and above
13+
- `react-component-tree@0.4` with `react@0.14` and above
1414

1515
## ComponentTree.serialize
1616

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-component-tree",
3-
"version": "0.3.1",
3+
"version": "0.4.0",
44
"description": "Serialize and reproduce the state of an entire tree of React components",
55
"main": "dist/entry.js",
66
"repository": {

0 commit comments

Comments
 (0)