From bd3435a456a29e1eda017ad37b94451834b4ee3a Mon Sep 17 00:00:00 2001 From: jhen Date: Mon, 31 Jul 2023 13:03:45 +0800 Subject: [PATCH] v0.14.0 --- auto_update.json | 6 +++--- dist/package.json | 2 +- package.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/auto_update.json b/auto_update.json index 08d4ee62..cf4ed033 100644 --- a/auto_update.json +++ b/auto_update.json @@ -1,5 +1,5 @@ { - "url": "https://github.com/jhen0409/react-native-debugger/releases/download/v0.13.0/rn-debugger-macos-universal.zip", - "name": "v0.13.0", - "notes": "Update react-devtools-core to v4.25.0" + "url": "https://github.com/jhen0409/react-native-debugger/releases/download/v0.14.0/rn-debugger-macos-universal.zip", + "name": "v0.14.0", + "notes": "- Upgrade react-devtools-core to v4.28.0\n- Upgrade redux-devtools to latest version\n- Upgrade apollo-client-devtools to v4- More: https://github.com/jhen0409/react-native-debugger/releases/tag/v0.14.0" } diff --git a/dist/package.json b/dist/package.json index 67a41880..d95ce470 100644 --- a/dist/package.json +++ b/dist/package.json @@ -1,6 +1,6 @@ { "name": "react-native-debugger", - "version": "0.13.0", + "version": "0.14.0", "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 56cca35c..b4a14c7b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-debugger", - "version": "0.13.0", + "version": "0.14.0", "productName": "React Native Debugger In Dev", "description": "The standalone app for React Native Debugger, with React DevTools / Redux DevTools", "main": "electron/main.js",