Skip to content

Commit

Permalink
Bump the app version and fix the Windows launcher
Browse files Browse the repository at this point in the history
  • Loading branch information
sedwards2009 committed Apr 9, 2024
1 parent 1782c97 commit d59024c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "extraterm",
"version": "0.76.0",
"version": "0.76.1",
"description": "A terminal",
"author": "Simon Edwards",
"license": "MIT",
Expand All @@ -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",
Expand Down

0 comments on commit d59024c

Please sign in to comment.