From 08d65b0620c96f2cf329ded730953fe8ae07efd4 Mon Sep 17 00:00:00 2001 From: Jen-Chieh Shen Date: Sat, 17 Dec 2022 14:40:25 +0800 Subject: [PATCH] Bump version --- .github/workflows/build.yml | 2 +- Easkfile | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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": {