This commit is contained in:
mozzie 2024-08-14 12:04:47 +08:00
parent 900c1c75d4
commit b458c72ae9
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "cvpilot-desktop",
"version": "1.0.6",
"version": "1.0.5",
"description": "An Electron application with React and TypeScript",
"main": "./out/main/index.js",
"author": "example.com",

View File

@ -36,7 +36,7 @@ function App(): JSX.Element {
return (
<>
<img alt="logo" className="logo" src={electronLogo} />
<button onClick={updateHandle}>1.0.6</button>
<button onClick={updateHandle}>1.0.5</button>
<div className="creator">{percent}</div>
<div className="text">
Build an Electron app with <span className="react">React</span>