Skip to content

Commit

Permalink
v0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jhen0409 committed Aug 7, 2016
1 parent 028c7a9 commit 4042e9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions app/DevTools.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ class App extends Component {
<TestGenerator
name={this.state.instances[this.state.instance || this.store.liftedStore.getInstance()]}
store={this.store}
isRedux={this.store.isRedux()}
useCodemirror
testTemplates={getFromStorage('test-templates')}
selectedTemplate={getFromStorage('test-templates-sel')}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "remote-redux-devtools-on-debugger",
"version": "0.6.0",
"version": "0.6.1",
"description": "Injecting remote-redux-devtools / remotedev monitor into react-native debugger",
"main": "lib/main.js",
"files": [
Expand Down

0 comments on commit 4042e9f

Please sign in to comment.