Skip to content

Commit 4f492c5

Browse files
committed
ff
1 parent f3bd3a7 commit 4f492c5

4 files changed

Lines changed: 6 additions & 4 deletions

File tree

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"name": "electron-react-boilerplate",
33
"description": "A foundation for scalable desktop apps",
4-
"version": "4.7.0",
54
"keywords": [
65
"electron",
76
"boilerplate",

release/app/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

release/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "electron-react-boilerplate",
3-
"version": "4.8.0",
3+
"version": "4.9.0",
44
"description": "A foundation for scalable desktop apps",
55
"license": "MIT",
66
"author": {

src/renderer/App.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ function Hello() {
2020
📚
2121
</span>
2222
QWERTY IS BEST
23+
QWERTY IS BEST
24+
QWERTY IS BEST
25+
QWERTY IS BEST
2326
</button>
2427
</a>
2528
<a

0 commit comments

Comments
 (0)