Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Jun 4, 2024
1 parent af843f5 commit 754fdc1
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Easkfile
Original file line number Diff line number Diff line change
@@ -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")
Expand Down
2 changes: 1 addition & 1 deletion eask
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Usage: eask <command> [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)
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 754fdc1

Please sign in to comment.