Skip to content

Commit 754fdc1

Browse files
committed
Bump version
1 parent af843f5 commit 754fdc1

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

Diff for: .github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ concurrency:
2424
cancel-in-progress: true
2525

2626
env:
27-
VERSION: 0.9.9
27+
VERSION: 0.9.10
2828
NODE: node20
2929
REPO_BIN: 'emacs-eask/binaries'
3030

@@ -89,7 +89,7 @@ jobs:
8989
mv ${{ matrix.target }}.${{ env._EXT }} ../
9090
cd ..
9191
cp ${{ matrix.target }}.${{ env._EXT }} eask_${{ env.VERSION }}_${{ matrix.target }}.${{ env._EXT }}
92-
92+
9393
- name: Uploading...
9494
if: github.ref == 'refs/heads/master'
9595
uses: softprops/[email protected]

Diff for: Easkfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
(package "cli"
2-
"0.9.9"
2+
"0.9.10"
33
"A set of command-line tools to build Emacs packages")
44

55
(website-url "https://github.com/emacs-eask/cli")

Diff for: eask

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Usage: eask <command> [options..]`;
1111

1212
const epilogue = `For more information, find the manual at https://emacs-eask.github.io/`;
1313

14-
const version = `0.9.9`;
14+
const version = `0.9.10`;
1515

1616
yargs
1717
.usage(usage)

Diff for: package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@emacs-eask/cli",
3-
"version": "0.9.9",
3+
"version": "0.9.10",
44
"description": "A set of command-line tools to build Emacs packages",
55
"main": "eask",
66
"scripts": {

0 commit comments

Comments
 (0)