Skip to content

Commit 7a5e7ea

Browse files
committed
v0.1.0
1 parent 0a266bc commit 7a5e7ea

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

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.0.0",
3+
"version": "0.1.0",
44
"productName": "React Native Debugger",
55
"description": "The standalone app for React Native Debugger, with React DevTools / Redux DevTools",
66
"main": "electron/main.js",

scripts/package.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,5 @@ electron-packager dist/ \
1111
--prune \
1212
--out release \
1313
--app-version $(node -p -e "require('./package.json').version") \
14+
--app-copyright "This software is included following project: https://github.com/facebook/react-devtools, https://github.com/zalmoxisus/remotedev-app" \
1415
--icon electron/logo.icns

0 commit comments

Comments
 (0)