diff --git a/auto_updater.json b/auto_updater.json index 7b3b7d53..3f8caae9 100644 --- a/auto_updater.json +++ b/auto_updater.json @@ -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" } diff --git a/dist/package.json b/dist/package.json index caa79bfd..30ed5877 100644 --- a/dist/package.json +++ b/dist/package.json @@ -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", diff --git a/package.json b/package.json index 58b0f6f1..e09b2fba 100644 --- a/package.json +++ b/package.json @@ -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",