Skip to content

Commit

Permalink
v0.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jhen0409 committed Apr 29, 2017
1 parent 33d8781 commit 7c5ab35
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions auto_updater.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"url": "https://github.com/jhen0409/react-native-debugger/releases/download/v0.6.3/rn-debugger-macos-x64.zip",
"name": "v0.6.3",
"notes": "1. Maintain priority even if app invisible\n2. Make toggle network inspect button color change\n3. Add `Inspector` touchbar button for toggle the built-in inspector"
"url": "https://github.com/jhen0409/react-native-debugger/releases/download/v0.6.4/rn-debugger-macos-x64.zip",
"name": "v0.6.4",
"notes": "This version updated `react-devtools-core` to v2.1.3, includes layout inspector, show component in source, Immutable support and more better UI improvements."
}
2 changes: 1 addition & 1 deletion dist/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-debugger",
"version": "0.6.3",
"version": "0.6.4",
"productName": "React Native Debugger",
"description": "The standalone app for React Native Debugger, with React DevTools / Redux DevTools",
"main": "main.js",
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": "react-native-debugger",
"version": "0.6.3",
"version": "0.6.4",
"productName": "React Native Debugger",
"description": "The standalone app for React Native Debugger, with React DevTools / Redux DevTools",
"main": "electron/main.js",
Expand Down

0 comments on commit 7c5ab35

Please sign in to comment.