diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 59ddce66..49c38df2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -23,7 +23,7 @@ concurrency: cancel-in-progress: true env: - VERSION: 0.7.4 + VERSION: 0.7.5 NODE: node16 REPO_BIN: 'emacs-eask/binaries' diff --git a/Easkfile b/Easkfile index 3f45d75c..62b760cb 100644 --- a/Easkfile +++ b/Easkfile @@ -1,5 +1,5 @@ (package "eask" - "0.7.4" + "0.7.5" "A set of command-line tools to build Emacs packages") (website-url "https://github.com/emacs-eask/cli") diff --git a/package.json b/package.json index f234a4c7..0528aa5e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@emacs-eask/cli", - "version": "0.7.4", + "version": "0.7.5", "description": "A set of command-line tools to build Emacs packages", "main": "eask", "scripts": {