From c61129e56fba57a27fb587221f93ed4f2e5f5cd9 Mon Sep 17 00:00:00 2001 From: Jhen Date: Fri, 1 Feb 2019 17:30:40 +0800 Subject: [PATCH] v0.9.1 --- 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 c239053f..3dc14e40 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.0/rn-debugger-macos-x64.zip", - "name": "v0.9.0", - "notes": "1. Add Apollo Client DevTools\n2. Fix context menu on React Native ^0.58\n3. Add missing `__REDUX_DEVTOOLS_EXTENSION__.disconnect` API\n4. Bump React DevTools version to ^3.6.0" + "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" } diff --git a/dist/package.json b/dist/package.json index 3beac95a..07e99749 100644 --- a/dist/package.json +++ b/dist/package.json @@ -1,6 +1,6 @@ { "name": "react-native-debugger", - "version": "0.9.0", + "version": "0.9.1", "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 68a272cf..c9661c57 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-debugger", - "version": "0.9.0", + "version": "0.9.1", "productName": "React Native Debugger In Dev", "description": "The standalone app for React Native Debugger, with React DevTools / Redux DevTools", "main": "electron/main.js",