From 2b4552d9f7e4dfe5a0ef5db85576d599fe6ec29e Mon Sep 17 00:00:00 2001 From: jhen Date: Mon, 26 Jul 2021 10:48:28 +0800 Subject: [PATCH] v0.12.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 c87ffe62..5fcf6548 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.9/rn-debugger-macos-x64.zip", - "name": "v0.11.9", - "notes": "1. Update react-devtools-core to v4.13.3" + "url": "https://github.com/jhen0409/react-native-debugger/releases/download/v0.12.0/rn-debugger-macos-x64.zip", + "name": "v0.12.0", + "notes": "1. Update app icon for macOS\n2. Upgrade Electron to v11\nUpdate react-devtools-core to v4.14" } diff --git a/dist/package.json b/dist/package.json index dc51128b..2eb34279 100644 --- a/dist/package.json +++ b/dist/package.json @@ -1,6 +1,6 @@ { "name": "react-native-debugger", - "version": "0.11.9", + "version": "0.12.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 39e62b41..9bd8eb33 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-debugger", - "version": "0.11.9", + "version": "0.12.0", "productName": "React Native Debugger In Dev", "description": "The standalone app for React Native Debugger, with React DevTools / Redux DevTools", "main": "electron/main.js",