diff --git a/auto_updater.json b/auto_updater.json index d232107e..bab9dffa 100644 --- a/auto_updater.json +++ b/auto_updater.json @@ -1,5 +1,5 @@ { - "url": "https://github.com/jhen0409/react-native-debugger/releases/download/v0.7.0/rn-debugger-macos-x64.zip", - "name": "v0.7.0", - "notes": "1. Update react-devtools-core to v2.2.1, and change React Inspector default theme by detecting devtools theme\n2. Update electron to v1.7 (Chrome 56 -> 58)\n3. Add multiple debugger window support\n4. Add loading message on app startup" -} + "url": "https://github.com/jhen0409/react-native-debugger/releases/download/v0.7.1/rn-debugger-macos-x64.zip", + "name": "v0.7.1", + "notes": "1. Fix rndebugger-open can't automatically open window if app is running and no opened window\n2. Fix launchEditor of react-devtools doesn't work\n3. Upgrade react-devtools-core to v2.3.3" +} \ No newline at end of file diff --git a/dist/package.json b/dist/package.json index 70327891..ac324050 100644 --- a/dist/package.json +++ b/dist/package.json @@ -1,6 +1,6 @@ { "name": "react-native-debugger", - "version": "0.7.0", + "version": "0.7.1", "productName": "React Native Debugger", "description": "The standalone app for React Native Debugger, with React DevTools / Redux DevTools", "main": "main.js", @@ -15,4 +15,4 @@ "electron-store": "^1.1.0", "react-devtools-core": "^2.3.3" } -} +} \ No newline at end of file diff --git a/package.json b/package.json index a632e74e..98b44b20 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-debugger", - "version": "0.7.0", + "version": "0.7.1", "productName": "React Native Debugger", "description": "The standalone app for React Native Debugger, with React DevTools / Redux DevTools", "main": "electron/main.js", @@ -83,4 +83,4 @@ "remotedev-utils": "^0.1.3", "ws": "^3.0.0" } -} +} \ No newline at end of file