Skip to content

Commit 2cbb3a0

Browse files
committedMar 4, 2019
third version
1 parent 473d62c commit 2cbb3a0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "electronjs-updater",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"main": "main.js",
55
"author": "Taha Ben Masaud <tbm206d@gmail.com>",
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
6+
Hello world; again 2
77
</div>
88
);
99

0 commit comments

Comments
 (0)
Please sign in to comment.