Skip to content

Commit 4a83a6e

Browse files
committed
Publish version v0.0.49
1 parent a7ffe28 commit 4a83a6e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

app/electron-builder.json5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
arch: ['x64'],
2323
},
2424
],
25-
artifactName: '${productName}.${ext}',
25+
artifactName: '${productName}-setup.${ext}',
2626
},
2727
linux: {
2828
target: ['AppImage', 'deb', 'rpm'],

app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"productName": "Onlook",
33
"name": "@onlook/onlook",
4-
"version": "0.0.48",
4+
"version": "0.0.49",
55
"homepage": "https://onlook.dev",
66
"main": "dist-electron/main/index.js",
77
"description": "The first-ever devtool for designers",

app/src/index.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ html body #root {
149149
}
150150

151151
body {
152-
font-family: 'Inter Variable', sans-serif;
152+
font-family: 'Inter Variable', sans-serif;
153153
}
154154

155155
*:focus-visible {

0 commit comments

Comments
 (0)