Skip to content

Commit 5d16544

Browse files
committed
Publish version v0.1.46
1 parent fbffedc commit 5d16544

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

apps/studio/builder-config/base.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import { Configuration, TargetConfiguration } from 'electron-builder';
55
*/
66
const config: Configuration = {
77
appId: 'dev.onlook.studio',
8+
electronUpdaterCompatibility: '>= 0.1.46-alpha-1',
89
asar: true,
910
directories: {
1011
output: 'release/${version}',

apps/studio/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/studio",
4-
"version": "0.1.47",
4+
"version": "0.1.46",
55
"homepage": "https://onlook.com",
66
"main": "dist-electron/main/index.js",
77
"description": "The first-ever devtool for designers",

0 commit comments

Comments
 (0)