diff --git a/auto_update.json b/auto_update.json index 59c3b811e..5471e49f1 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.6/rn-debugger-macos-x64.zip", - "name": "v0.11.6", - "notes": "Update apollo-client-devtools to 2.3.3" + "url": "https://github.com/jhen0409/react-native-debugger/releases/download/v0.11.7/rn-7ebugger-macos-x64.zip", + "name": "v0.11.7", + "notes": "1. Update apollo-client-devtools to 2.3.3\n2. Update react-devtools-core to v4.10.1" } diff --git a/auto_updater.json b/auto_updater.json index da9c9af72..0dd45d679 100644 --- a/auto_updater.json +++ b/auto_updater.json @@ -1,5 +1,5 @@ { - "url": "https://github.com/jhen0409/react-native-debugger/releases/download/v0.10.12/rn-debugger-macos-x64.zip", - "name": "v0.10.12", - "notes": "Update apollo-client-devtools to v2.3.3" + "url": "https://github.com/jhen0409/react-native-debugger/releases/download/v0.10.13/rn-debugger-macos-x64.zip", + "name": "v0.10.13", + "notes": "Update apollo-client-devtools to v2.3.5" } diff --git a/dist/package.json b/dist/package.json index e686f4109..b84831040 100644 --- a/dist/package.json +++ b/dist/package.json @@ -1,6 +1,6 @@ { "name": "react-native-debugger", - "version": "0.11.6", + "version": "0.11.7", "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 eee778e6d..14679d36e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-debugger", - "version": "0.11.6", + "version": "0.11.7", "productName": "React Native Debugger In Dev", "description": "The standalone app for React Native Debugger, with React DevTools / Redux DevTools", "main": "electron/main.js",