Skip to content

Commit

Permalink
chore: 1.1.0 beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
1943time committed Oct 11, 2024
1 parent 1b5612d commit a6d4680
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "inkdown",
"version": "1.0.2",
"version": "1.1.0",
"description": "",
"main": "./out/main/index.js",
"license": "AGPL-3.0",
Expand Down
2 changes: 1 addition & 1 deletion src/renderer/src/components/Update.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ export const Update = observer(() => {
className={`w-28 mr-2 rounded px-2 cursor-pointer drag-none duration-200 flex items-center relative -top-0.5`}
onClick={action(() => (configStore.openUpdateDialog = true))}
>
<Progress percent={10} className={'m-0'} showInfo={false} status={'active'} />
<Progress percent={state.percent} className={'m-0'} showInfo={false} status={'active'} />
</div>
)}
<Modal
Expand Down

0 comments on commit a6d4680

Please sign in to comment.