Skip to content

Commit 335d827

Browse files
committed
v0.10.3
1 parent 81aeb50 commit 335d827

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

auto_updater.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"url": "https://github.com/jhen0409/react-native-debugger/releases/download/v0.10.2/rn-debugger-macos-x64.zip",
3-
"name": "v0.10.2",
4-
"notes": "1. Update Electron version to 6.0.12\n2. Fix automatic updates issue of v0.10\n\nNOTE: If you're using v0.10.0 and 0.10.1, automatic updates may not work properly, please update it manually from https://github.com/jhen0409/react-native-debugger/releases or run `brew cask reinstall react-native-debugger`"
2+
"url": "https://github.com/jhen0409/react-native-debugger/releases/download/v0.10.3/rn-debugger-macos-x64.zip",
3+
"name": "v0.10.3",
4+
"notes": "1. Add timesJSLoadToRefreshDevTools config option\n2. Upgrade to Electron v7 (Chromium 78)\n3. Fix Network Inspect on latest version of react-native"
55
}

dist/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-debugger",
3-
"version": "0.10.2",
3+
"version": "0.10.3",
44
"productName": "React Native Debugger",
55
"description": "The standalone app for React Native Debugger, with React DevTools / Redux DevTools",
66
"main": "main.js",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-debugger",
3-
"version": "0.10.2",
3+
"version": "0.10.3",
44
"productName": "React Native Debugger In Dev",
55
"description": "The standalone app for React Native Debugger, with React DevTools / Redux DevTools",
66
"main": "electron/main.js",

0 commit comments

Comments
 (0)