diff --git a/auto_update.json b/auto_update.json index 9bb92c46..08d4ee62 100644 --- a/auto_update.json +++ b/auto_update.json @@ -1,5 +1,5 @@ { - "url": "https://github.com/jhen0409/react-native-debugger/releases/download/v0.12.1/rn-debugger-macos-universal.zip", - "name": "v0.12.1", - "notes": "Provide universal binary for macOS" + "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" } diff --git a/dist/package.json b/dist/package.json index f8a44b57..683272a4 100644 --- a/dist/package.json +++ b/dist/package.json @@ -1,6 +1,6 @@ { "name": "react-native-debugger", - "version": "0.12.1", + "version": "0.13.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 ccf18002..e3a10cd3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-debugger", - "version": "0.12.1", + "version": "0.13.0", "productName": "React Native Debugger In Dev", "description": "The standalone app for React Native Debugger, with React DevTools / Redux DevTools", "main": "electron/main.js",