Skip to content

Commit

Permalink
v0.7.15
Browse files Browse the repository at this point in the history
  • Loading branch information
jhen0409 committed Mar 15, 2018
1 parent 8cd3e63 commit 13b38d3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions auto_updater.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"url":
"https://github.com/jhen0409/react-native-debugger/releases/download/v0.7.14/rn-debugger-macos-x64.zip",
"name": "v0.7.14",
"notes":
"1. Delta Bundler support (RN >= 0.52)\n2. Fix typo of port setting\n3. Improve grammar of ReactInspector tips"
"name": "v0.7.15",
"notes": "Fix prod bundle (0.7.14) by downgrade uglifyjs-webpack-plugin"
}
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.7.14",
"version": "0.7.15",
"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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-debugger",
"version": "0.7.14",
"version": "0.7.15",
"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 13b38d3

Please sign in to comment.