diff --git a/auto_update.json b/auto_update.json index 2132b712..5c78fa99 100644 --- a/auto_update.json +++ b/auto_update.json @@ -1,5 +1,5 @@ { - "url": "https://github.com/jhen0409/react-native-debugger/releases/download/v0.11.0-beta-1/rn-debugger-macos-x64.zip", - "name": "v0.11.0-beta-1", - "notes": "Update react-devtools-core to v4.4" + "url": "https://github.com/jhen0409/react-native-debugger/releases/download/v0.11.0-beta-2/rn-debugger-macos-x64.zip", + "name": "v0.11.0-beta-2", + "notes": "1. Fix runtime error when opening a window with empty Electron config\n2. Update Electron to v7.1.9" } diff --git a/dist/package.json b/dist/package.json index 63a710c0..04b4b3c5 100644 --- a/dist/package.json +++ b/dist/package.json @@ -1,6 +1,6 @@ { "name": "react-native-debugger", - "version": "0.11.0-beta-1", + "version": "0.11.0-beta-2", "productName": "React Native Debugger", "description": "The standalone app for React Native Debugger, with React DevTools / Redux DevTools", "main": "main.js", diff --git a/package.json b/package.json index 4aa78f96..6f80769e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-debugger", - "version": "0.11.0-beta-1", + "version": "0.11.0-beta-2", "productName": "React Native Debugger In Dev", "description": "The standalone app for React Native Debugger, with React DevTools / Redux DevTools", "main": "electron/main.js",