From 55bd46adcae764aa3956732e8679cc1fe28589dc Mon Sep 17 00:00:00 2001 From: JenChieh Date: Sun, 14 Apr 2024 16:38:31 -0700 Subject: [PATCH] Bump version for pre-release --- .github/workflows/build.yml | 2 +- Easkfile | 2 +- docs/themes/geekdoc | 2 +- eask | 2 +- package.json | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 09ceb57d..e5bab687 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -24,7 +24,7 @@ concurrency: cancel-in-progress: true env: - VERSION: 0.9.7 + VERSION: 0.9.8 NODE: node20 REPO_BIN: 'emacs-eask/binaries' diff --git a/Easkfile b/Easkfile index 76cd401d..feb10113 100644 --- a/Easkfile +++ b/Easkfile @@ -1,5 +1,5 @@ (package "cli" - "0.9.7" + "0.9.8" "A set of command-line tools to build Emacs packages") (website-url "https://github.com/emacs-eask/cli") diff --git a/docs/themes/geekdoc b/docs/themes/geekdoc index fa1ce160..8d4af80f 160000 --- a/docs/themes/geekdoc +++ b/docs/themes/geekdoc @@ -1 +1 @@ -Subproject commit fa1ce160505e40f9f06ff63d0c52e9920ebfcdef +Subproject commit 8d4af80fe68a3eae3b6ca3d4285bb46e20bff905 diff --git a/eask b/eask index 68c34a59..b5444f95 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.7`; +const version = `0.9.8`; yargs .usage(usage) diff --git a/package.json b/package.json index f1d2b6ea..22dd4ae5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@emacs-eask/cli", - "version": "0.9.7", + "version": "0.9.8", "description": "A set of command-line tools to build Emacs packages", "main": "eask", "scripts": {