Skip to content

Commit

Permalink
v0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jhen0409 committed Jul 31, 2023
1 parent f1786b0 commit bd3435a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions auto_update.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.13.0/rn-debugger-macos-universal.zip",
"name": "v0.13.0",
"notes": "Update react-devtools-core to v4.25.0"
"url": "https://github.com/jhen0409/react-native-debugger/releases/download/v0.14.0/rn-debugger-macos-universal.zip",
"name": "v0.14.0",
"notes": "- Upgrade react-devtools-core to v4.28.0\n- Upgrade redux-devtools to latest version\n- Upgrade apollo-client-devtools to v4- More: https://github.com/jhen0409/react-native-debugger/releases/tag/v0.14.0"
}
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.13.0",
"version": "0.14.0",
"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.13.0",
"version": "0.14.0",
"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 bd3435a

Please sign in to comment.