Skip to content

Commit fd0eff1

Browse files
Merge pull request #593 from dolthub/release/0.3.53
Update versions for release 0.3.53
2 parents 472d3b7 + 832c68f commit fd0eff1

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

web/build/builder-linux-config.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ directories:
33
buildResources: build
44
appId: com.dolthub.dolt-workbench
55
productName: Dolt-Workbench
6-
buildVersion: 0.3.52
6+
buildVersion: 0.3.53
77
copyright: Copyright © 2024 DoltHub Inc
88
icon: build/linux/icon.png
99
files:
@@ -51,18 +51,16 @@ extraFiles:
5151
- "!**/*.md"
5252
- from: "build/linux/dolt-${arch}"
5353
to: resources/dolt
54-
5554
linux:
5655
icon: build/linux/icon.png
5756
category: "Development"
5857
target:
5958
- target: "AppImage"
60-
arch: ["x64","arm64"]
59+
arch: ["x64", "arm64"]
6160
artifactName: "${productName}-linux-${arch}.${ext}"
6261
executableName: "dolt-workbench"
6362
synopsis: "SQL workbench for MySQL and PostgreSQL"
6463
asar: false
6564
maintainer: "DoltHub Team <[email protected]>"
66-
6765
npmRebuild: false
6866
electronVersion: 31.7.1

web/build/builder-win-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ directories:
33
buildResources: build
44
appId: com.dolthub.dolt-workbench
55
productName: Dolt-Workbench
6-
buildVersion: 0.3.52
6+
buildVersion: 0.3.53
77
copyright: Copyright © 2024 DoltHub Inc
88
icon: build/appx/icon.ico
99
files:

web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "dolt-workbench",
44
"description": "SQL workbench for MySQL and PostgreSQL databases",
55
"homepage": "https://github.com/dolthub/dolt-workbench",
6-
"version": "0.3.28",
6+
"version": "0.3.53",
77
"main": "app/background.js",
88
"author": "DoltHub",
99
"packageManager": "[email protected]",

0 commit comments

Comments
 (0)