From d59024cf1d1be56aff3ee0ec59acae4de513a2bf Mon Sep 17 00:00:00 2001 From: Simon Edwards Date: Tue, 9 Apr 2024 22:05:22 +0200 Subject: [PATCH] Bump the app version and fix the Windows launcher --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 539b1638..56dfbcfe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "extraterm", - "version": "0.76.0", + "version": "0.76.1", "description": "A terminal", "author": "Simon Edwards", "license": "MIT", @@ -15,7 +15,7 @@ "run-theme-test": "qode main/build/ThemeTestUtility.js", "build": "wsrun --concurrency 5 --exclude-missing --stages build", "clean": "wsrun --concurrency 1 --exclude-missing --stages clean", - "download-launcher-executable": "node build_scripts/download_launcher_executables.mjs v18", + "download-launcher-executable": "node build_scripts/download_launcher_executables.mjs v19", "download-deploy-tool": "node build_scripts/download_deploy_tool.mjs", "download-extraterm-commands": "node build_scripts/download_extraterm-commands.mjs v0.9.4", "lint": "wsrun --concurrency 2 --exclude-missing --stages lint",