From e0dd851fe36fa607a38924aa5832f871d8a38f20 Mon Sep 17 00:00:00 2001 From: jhen Date: Sat, 15 Aug 2020 10:00:10 +0800 Subject: [PATCH] v0.10.11 --- auto_updater.json | 6 +++--- dist/package.json | 2 +- package.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/auto_updater.json b/auto_updater.json index ffd794f1..a907dfe7 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.10/rn-debugger-macos-x64.zip", - "name": "v0.10.10", - "notes": "1. Fix TouchBar items not shown\n2. Check module isn't null on lookupForRNModules" + "url": "https://github.com/jhen0409/react-native-debugger/releases/download/v0.10.11/rn-debugger-macos-x64.zip", + "name": "v0.10.11", + "notes": "1. Update apollo-client-devtools to v2.3.1\n2. Fix tests and glibc bug for Linux" } diff --git a/dist/package.json b/dist/package.json index c30b665e..0c19d5c4 100644 --- a/dist/package.json +++ b/dist/package.json @@ -1,6 +1,6 @@ { "name": "react-native-debugger", - "version": "0.10.10", + "version": "0.10.11", "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 2aa12aaf..5b86b0d7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-debugger", - "version": "0.10.10", + "version": "0.10.11", "productName": "React Native Debugger In Dev", "description": "The standalone app for React Native Debugger, with React DevTools / Redux DevTools", "main": "electron/main.js",