Skip to content

Commit

Permalink
Publish version v0.0.49
Browse files Browse the repository at this point in the history
  • Loading branch information
Kitenite committed Oct 26, 2024
1 parent a7ffe28 commit 4a83a6e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/electron-builder.json5
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
arch: ['x64'],
},
],
artifactName: '${productName}.${ext}',
artifactName: '${productName}-setup.${ext}',
},
linux: {
target: ['AppImage', 'deb', 'rpm'],
Expand Down
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"productName": "Onlook",
"name": "@onlook/onlook",
"version": "0.0.48",
"version": "0.0.49",
"homepage": "https://onlook.dev",
"main": "dist-electron/main/index.js",
"description": "The first-ever devtool for designers",
Expand Down
2 changes: 1 addition & 1 deletion app/src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ html body #root {
}

body {
font-family: 'Inter Variable', sans-serif;
font-family: 'Inter Variable', sans-serif;
}

*:focus-visible {
Expand Down

0 comments on commit 4a83a6e

Please sign in to comment.