diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 402eec42..a7f67dfc 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -24,7 +24,7 @@ concurrency: cancel-in-progress: true env: - VERSION: 0.9.9 + VERSION: 0.9.10 NODE: node20 REPO_BIN: 'emacs-eask/binaries' @@ -89,7 +89,7 @@ jobs: mv ${{ matrix.target }}.${{ env._EXT }} ../ cd .. cp ${{ matrix.target }}.${{ env._EXT }} eask_${{ env.VERSION }}_${{ matrix.target }}.${{ env._EXT }} - + - name: Uploading... if: github.ref == 'refs/heads/master' uses: softprops/action-gh-release@v0.1.15 diff --git a/Easkfile b/Easkfile index 1f0e9acf..309ee3c4 100644 --- a/Easkfile +++ b/Easkfile @@ -1,5 +1,5 @@ (package "cli" - "0.9.9" + "0.9.10" "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 f006ab82..59cdbc77 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.9`; +const version = `0.9.10`; yargs .usage(usage) diff --git a/package-lock.json b/package-lock.json index a40e6777..ef567e97 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@emacs-eask/cli", - "version": "0.9.9", + "version": "0.9.10", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@emacs-eask/cli", - "version": "0.9.9", + "version": "0.9.10", "license": "GPL-3.0", "dependencies": { "which": "^4.0.0", diff --git a/package.json b/package.json index 6c746487..4f1fede9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@emacs-eask/cli", - "version": "0.9.9", + "version": "0.9.10", "description": "A set of command-line tools to build Emacs packages", "main": "eask", "scripts": {