From 40713cc791a76cd186dfce6ef6938ce344117bbe Mon Sep 17 00:00:00 2001 From: jhen Date: Sun, 13 Dec 2020 10:59:08 +0800 Subject: [PATCH] v0.10.12 --- 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 a907dfe7..da9c9af7 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.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" + "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" } diff --git a/dist/package.json b/dist/package.json index 1ba581d6..f9fa4172 100644 --- a/dist/package.json +++ b/dist/package.json @@ -1,6 +1,6 @@ { "name": "react-native-debugger", - "version": "0.10.11", + "version": "0.10.12", "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 42bed31b..09823392 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-debugger", - "version": "0.10.11", + "version": "0.10.12", "productName": "React Native Debugger In Dev", "description": "The standalone app for React Native Debugger, with React DevTools / Redux DevTools", "main": "electron/main.js",