From 87160a98aaf5fdf16d0c6698d7213da958edbaca Mon Sep 17 00:00:00 2001 From: jhen Date: Wed, 13 Jan 2021 13:59:58 +0800 Subject: [PATCH] v0.11.7 --- auto_update.json | 6 +++--- auto_updater.json | 6 +++--- dist/package.json | 2 +- package.json | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/auto_update.json b/auto_update.json index 59c3b811..f834d390 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.6/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 da9c9af7..0dd45d67 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 e686f410..b8483104 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 eee778e6..14679d36 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",