Skip to content

Commit

Permalink
v0.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jhen0409 committed Apr 8, 2020
1 parent dabd2ae commit e7514d6
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions auto_update.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"url": "https://github.com/jhen0409/react-native-debugger/releases/download/v0.11.0/rn-debugger-macos-x64.zip",
"name": "v0.11.0",
"notes": "1. Update Electron to v8.2.0\n2. Update react-devtools-core to v4.6.0\n3. Drop support for React Native <= 0.61"
"url": "https://github.com/jhen0409/react-native-debugger/releases/download/v0.11.1/rn-debugger-macos-x64.zip",
"name": "v0.11.1",
"notes": "1. Use `--disable-http-cache` by default\n2. Update Electron to v8.2.1"
}
4 changes: 2 additions & 2 deletions auto_updater.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"url": "https://github.com/jhen0409/react-native-debugger/releases/download/v0.10.8/rn-debugger-macos-x64.zip",
"name": "v0.10.8",
"notes": "* Add more message for DevTools v3 incompatible message\n\nNOTE: If you got react-devtools v3 incompatible message, you need manually upgrade React Native Debugger to v0.11."
"name": "v0.10.9",
"notes": "1. Use --disable-http-cache by default"
}
2 changes: 1 addition & 1 deletion dist/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-debugger",
"version": "0.11.0",
"version": "0.11.1",
"productName": "React Native Debugger",
"description": "The standalone app for React Native Debugger, with React DevTools / Redux DevTools",
"main": "main.js",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-debugger",
"version": "0.11.0",
"version": "0.11.1",
"productName": "React Native Debugger In Dev",
"description": "The standalone app for React Native Debugger, with React DevTools / Redux DevTools",
"main": "electron/main.js",
Expand Down

0 comments on commit e7514d6

Please sign in to comment.