Skip to content

Commit

Permalink
v0.10.11
Browse files Browse the repository at this point in the history
  • Loading branch information
jhen0409 committed Aug 15, 2020
1 parent 54d7a98 commit e0dd851
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.10.10/rn-debugger-macos-x64.zip",
"name": "v0.10.10",
"notes": "1. Fix TouchBar items not shown\n2. Check module isn't null on lookupForRNModules"
"url": "https://github.com/jhen0409/react-native-debugger/releases/download/v0.10.11/rn-debugger-macos-x64.zip",
"name": "v0.10.11",
"notes": "1. Update apollo-client-devtools to v2.3.1\n2. Fix tests and glibc bug for Linux"
}
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.10.10",
"version": "0.10.11",
"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.10.10",
"version": "0.10.11",
"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 e0dd851

Please sign in to comment.