Skip to content

Commit a652a31

Browse files
fifth version
1 parent 4d60be5 commit a652a31

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

main.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ function createWindow() {
3838
win.loadFile('./index.html');
3939

4040
// Open the DevTools.
41-
// win.webContents.openDevTools();
41+
win.webContents.openDevTools();
4242

4343
// Emitted when the window is closed.
4444
win.on('closed', () => {

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "electronjs-updater",
3-
"version": "0.4.0",
3+
"version": "0.5.0",
44
"main": "main.js",
55
"author": "Taha Ben Masaud <[email protected]>",
66
"license": "MIT",

src/App.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import ReactDOM from 'react-dom';
33

44
const App = () => (
55
<div>
6-
Hello world; again 2
6+
Hello Electron
77
</div>
88
);
99

0 commit comments

Comments
 (0)