Skip to content

Commit

Permalink
v0.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jhen0409 committed Nov 10, 2019
1 parent 81aeb50 commit 335d827
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.10.2/rn-debugger-macos-x64.zip",
"name": "v0.10.2",
"notes": "1. Update Electron version to 6.0.12\n2. Fix automatic updates issue of v0.10\n\nNOTE: If you're using v0.10.0 and 0.10.1, automatic updates may not work properly, please update it manually from https://github.com/jhen0409/react-native-debugger/releases or run `brew cask reinstall react-native-debugger`"
"url": "https://github.com/jhen0409/react-native-debugger/releases/download/v0.10.3/rn-debugger-macos-x64.zip",
"name": "v0.10.3",
"notes": "1. Add timesJSLoadToRefreshDevTools config option\n2. Upgrade to Electron v7 (Chromium 78)\n3. Fix Network Inspect on latest version of react-native"
}
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.10.2",
"version": "0.10.3",
"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.10.2",
"version": "0.10.3",
"productName": "React Native Debugger In Dev",
"description": "The standalone app for React Native Debugger, with React DevTools / Redux DevTools",
"main": "electron/main.js",
Expand Down

0 comments on commit 335d827

Please sign in to comment.