Skip to content

Commit 32cf23a

Browse files
committed
v0.7.19
1 parent 6178bb0 commit 32cf23a

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

auto_updater.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"url":
3-
"https://github.com/jhen0409/react-native-debugger/releases/download/v0.7.18/rn-debugger-macos-x64.zip",
4-
"name": "v0.7.18",
3+
"https://github.com/jhen0409/react-native-debugger/releases/download/v0.7.19/rn-debugger-macos-x64.zip",
4+
"name": "v0.7.19",
55
"notes":
66
"1. Improve dialog wording slightly\n2. Fix Blob error of first fetch request if Network Inspect enabled"
77
}

dist/package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
{
22
"name": "react-native-debugger",
3-
"version": "0.7.18",
3+
"version": "0.7.19",
44
"productName": "React Native Debugger",
5-
"description":
6-
"The standalone app for React Native Debugger, with React DevTools / Redux DevTools",
5+
"description": "The standalone app for React Native Debugger, with React DevTools / Redux DevTools",
76
"main": "main.js",
87
"repository": {
98
"type": "git",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-debugger",
3-
"version": "0.7.18",
3+
"version": "0.7.19",
44
"productName": "React Native Debugger In Dev",
55
"description": "The standalone app for React Native Debugger, with React DevTools / Redux DevTools",
66
"main": "electron/main.js",

0 commit comments

Comments
 (0)