Skip to content

Commit

Permalink
v0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jhen0409 committed Feb 1, 2019
1 parent ff9c904 commit c61129e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 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.9.0/rn-debugger-macos-x64.zip",
"name": "v0.9.0",
"notes": "1. Add Apollo Client DevTools\n2. Fix context menu on React Native ^0.58\n3. Add missing `__REDUX_DEVTOOLS_EXTENSION__.disconnect` API\n4. Bump React DevTools version to ^3.6.0"
"url": "https://github.com/jhen0409/react-native-debugger/releases/download/v0.9.1/rn-debugger-macos-x64.zip",
"name": "v0.9.1",
"notes": "1. Fix Apollo DevTools extension path"
}
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.9.0",
"version": "0.9.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.9.0",
"version": "0.9.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 c61129e

Please sign in to comment.