diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3300d094..7bf8d5b6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -24,8 +24,8 @@ concurrency: cancel-in-progress: true env: - VERSION: 0.9.4 - NODE: node16 + VERSION: 0.9.5 + NODE: node20 REPO_BIN: 'emacs-eask/binaries' jobs: diff --git a/Easkfile b/Easkfile index b9f7f865..1aaba7d7 100644 --- a/Easkfile +++ b/Easkfile @@ -1,5 +1,5 @@ (package "cli" - "0.9.4" + "0.9.5" "A set of command-line tools to build Emacs packages") (website-url "https://github.com/emacs-eask/cli") diff --git a/eask b/eask index b2b4c16a..5fbf31b1 100644 --- a/eask +++ b/eask @@ -11,7 +11,7 @@ Usage: eask [options..]`; const epilogue = `For more information, find the manual at https://emacs-eask.github.io/`; -const version = `0.9.4`; +const version = `0.9.5`; yargs .usage(usage) diff --git a/package-lock.json b/package-lock.json index 3f16a7ca..8b7ce044 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@emacs-eask/cli", - "version": "0.9.4", + "version": "0.9.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@emacs-eask/cli", - "version": "0.9.4", + "version": "0.9.5", "license": "GPL-3.0", "dependencies": { "which": "^4.0.0", diff --git a/package.json b/package.json index a7ae4b15..986a8d8a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@emacs-eask/cli", - "version": "0.9.4", + "version": "0.9.5", "description": "A set of command-line tools to build Emacs packages", "main": "eask", "scripts": {