Skip to content

Commit

Permalink
chore(version): 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kangfenmao committed Aug 7, 2024
1 parent beb40f5 commit 9fc3015
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cherry-studio",
"version": "0.4.9",
"version": "0.5.0",
"description": "A powerful AI assistant for producer.",
"main": "./out/main/index.js",
"author": "[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion src/main/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ function createWindow() {
width: mainWindowState.width,
height: mainWindowState.height,
minWidth: 1080,
minHeight: 500,
minHeight: 600,
show: true,
autoHideMenuBar: true,
transparent: process.platform === 'darwin',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ const InputNumberic = styled(InputNumber)`
const Label = styled.p`
margin: 0;
font-size: 12px;
font-weight: bold;
font-weight: 600;
margin-right: 8px;
`

Expand Down

0 comments on commit 9fc3015

Please sign in to comment.