Skip to content

Commit

Permalink
v0.7.14
Browse files Browse the repository at this point in the history
  • Loading branch information
jhen0409 committed Mar 14, 2018
1 parent e2fc536 commit e81ed53
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,7 +1,7 @@
{
"url":
"https://github.com/jhen0409/react-native-debugger/releases/download/v0.7.13/rn-debugger-macos-x64.zip",
"name": "v0.7.13",
"https://github.com/jhen0409/react-native-debugger/releases/download/v0.7.14/rn-debugger-macos-x64.zip",
"name": "v0.7.14",
"notes":
"1. Fix Toggle Device Sync feature caused error\n2. Set minimum size of window\n3. Add How to use button on Redux panel, show only if not connected\n4. Prevent dropped file for debugger window\n5. Update name of Enable Open in Editor for Console Log menu item"
"1. Delta Bundler support (RN >= 0.52)\n2. Fix typo of port setting\n3. Improve grammar of ReactInspector tips"
}
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.7.13",
"version": "0.7.14",
"productName": "React Native Debugger",
"description":
"The standalone app for React Native Debugger, with React DevTools / Redux DevTools",
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.7.13",
"version": "0.7.14",
"productName": "React Native Debugger In Dev",
"description":
"The standalone app for React Native Debugger, with React DevTools / Redux DevTools",
Expand Down

0 comments on commit e81ed53

Please sign in to comment.