Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Oct 14, 2024
1 parent 04a68a0 commit 46c6304
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .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.10.1
VERSION: 0.10.2
NODE: node20
REPO_BIN: 'emacs-eask/binaries'

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.10.1"
"0.10.2"
"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.10.1`;
const version = `0.10.2`;

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.10.1",
"version": "0.10.2",
"description": "A set of command-line tools to build Emacs packages",
"main": "eask",
"scripts": {
Expand Down

0 comments on commit 46c6304

Please sign in to comment.