Skip to content

Commit

Permalink
Bump the app version
Browse files Browse the repository at this point in the history
  • Loading branch information
sedwards2009 committed May 29, 2022
1 parent 90ddb10 commit 004f499
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "extraterm",
"version": "0.61.0",
"version": "0.62.0",
"description": "A terminal",
"author": "Simon Edwards",
"license": "MIT",
Expand All @@ -10,6 +10,8 @@
},
"scripts": {
"run": "qode main/dist/main.js",
"run-valgrind": "valgrind qode main/dist/main.js",
"run-strace": "strace -f -o strace.log qode main/dist/main.js",
"run-theme-test": "qode main/dist/ThemeTestUtility.js",
"build": "wsrun --concurrency 5 --exclude-missing --stages build",
"clean": "wsrun --concurrency 1 --exclude-missing --stages clean",
Expand Down

0 comments on commit 004f499

Please sign in to comment.