From 23a8a1f77ec65ade2638a945bddf04b2b3867ddf Mon Sep 17 00:00:00 2001 From: Saschl Date: Thu, 14 Nov 2024 08:07:08 +0100 Subject: [PATCH] chore: update version for exe --- doExe.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doExe.mjs b/doExe.mjs index ad5532ab..e37d5692 100644 --- a/doExe.mjs +++ b/doExe.mjs @@ -5,7 +5,7 @@ const build = exe({ entry: './dist/main.js', out: './build/fbw-simbridge.exe', pkg: ['-C', 'GZip', '-c', './package.json'], // Specify extra pkg arguments - version: '0.6.1', + version: '0.6.2', target: 'node18-win-x64', icon: './apps/server/src/assets/images/tail.ico', properties: {