From 4d7ad2c5d1192b24e52a46aee54d49564454153e Mon Sep 17 00:00:00 2001 From: JenChieh Date: Fri, 17 Nov 2023 01:46:53 -0800 Subject: [PATCH] Bump version --- .github/workflows/build.yml | 2 +- Easkfile | 2 +- eask | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4a975ecf..c59cafaa 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -24,7 +24,7 @@ concurrency: cancel-in-progress: true env: - VERSION: 0.8.7 + VERSION: 0.9.0 NODE: node16 REPO_BIN: 'emacs-eask/binaries' diff --git a/Easkfile b/Easkfile index 6c0b27ef..40befce0 100644 --- a/Easkfile +++ b/Easkfile @@ -1,5 +1,5 @@ (package "eask" - "0.8.7" + "0.9.0" "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 debf51cb..c6139903 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.8.7`; +const version = `0.9.0`; yargs .usage(usage) diff --git a/package-lock.json b/package-lock.json index c5aafcbe..38a0d0df 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@emacs-eask/cli", - "version": "0.8.7", + "version": "0.9.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@emacs-eask/cli", - "version": "0.8.7", + "version": "0.9.0", "license": "GPL-3.0", "dependencies": { "which": "^4.0.0", diff --git a/package.json b/package.json index a4559bf8..daee0454 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@emacs-eask/cli", - "version": "0.8.7", + "version": "0.9.0", "description": "A set of command-line tools to build Emacs packages", "main": "eask", "scripts": {