diff --git a/auto_updater.json b/auto_updater.json index 3dc14e40..93ac0bf4 100644 --- a/auto_updater.json +++ b/auto_updater.json @@ -1,5 +1,5 @@ { - "url": "https://github.com/jhen0409/react-native-debugger/releases/download/v0.9.1/rn-debugger-macos-x64.zip", - "name": "v0.9.1", - "notes": "1. Fix Apollo DevTools extension path" + "url": "https://github.com/jhen0409/react-native-debugger/releases/download/v0.9.2/rn-debugger-macos-x64.zip", + "name": "v0.9.2", + "notes": "1. Avoid DeltaPatcher warnings on Android\n2. Fix issue of Apollo DevTools bridge message effected React Native bridge" } diff --git a/dist/package.json b/dist/package.json index 07e99749..e265839a 100644 --- a/dist/package.json +++ b/dist/package.json @@ -1,6 +1,6 @@ { "name": "react-native-debugger", - "version": "0.9.1", + "version": "0.9.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 3b3658cf..a29c0391 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-debugger", - "version": "0.9.1", + "version": "0.9.2", "productName": "React Native Debugger In Dev", "description": "The standalone app for React Native Debugger, with React DevTools / Redux DevTools", "main": "electron/main.js",