diff --git a/electron-builder.json5 b/electron-builder.json5 index 698cbe3..a583862 100644 --- a/electron-builder.json5 +++ b/electron-builder.json5 @@ -21,7 +21,7 @@ arch: ["x64"], }, ], - artifactName: "outerbase-setup.${ext}", + artifactName: "outerbase-setup-${version}.${ext}", }, nsis: { oneClick: false, diff --git a/package.json b/package.json index c68b4d6..ab6ae1f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "outerbase-studio-desktop", "private": true, - "version": "0.1.3", + "version": "0.1.4", "type": "module", "author": "Outerbase", "description": "Outerbase Studio",