Skip to content

Commit

Permalink
v0.7.16
Browse files Browse the repository at this point in the history
  • Loading branch information
jhen0409 committed Mar 16, 2018
1 parent 0b2e10f commit e4d498a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions auto_updater.json
@@ -1,6 +1,7 @@
{
"url":
"https://github.com/jhen0409/react-native-debugger/releases/download/v0.7.15/rn-debugger-macos-x64.zip",
"name": "v0.7.15",
"notes": "Fix prod bundle (0.7.14) by downgrade uglifyjs-webpack-plugin"
"https://github.com/jhen0409/react-native-debugger/releases/download/v0.7.16/rn-debugger-macos-x64.zip",
"name": "v0.7.16",
"notes":
"1. Check if Delta Bundler available, it is fix for RN v0.50 and v0.51\n2. Fix Blob error for use fetch if Network Inspect enabled"
}
2 changes: 1 addition & 1 deletion dist/package.json
@@ -1,6 +1,6 @@
{
"name": "react-native-debugger",
"version": "0.7.15",
"version": "0.7.16",
"productName": "React Native Debugger",
"description":
"The standalone app for React Native Debugger, with React DevTools / Redux DevTools",
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "react-native-debugger",
"version": "0.7.15",
"version": "0.7.16",
"productName": "React Native Debugger In Dev",
"description":
"The standalone app for React Native Debugger, with React DevTools / Redux DevTools",
Expand Down

0 comments on commit e4d498a

Please sign in to comment.