Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Sep 3, 2023
1 parent 57d2e98 commit 966d44c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ concurrency:
cancel-in-progress: true

env:
VERSION: 0.8.1
VERSION: 0.8.2
NODE: node16
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 "eask"
"0.8.1"
"0.8.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 @@ -23,7 +23,7 @@ yargs
handler() { yargs.showHelp(); }
})
.showHelpOnFail(true)
.version('version', 'show version number', '0.8.1')
.version('version', 'show version number', '0.8.2')
.help('help', 'show usage instructions')
.showHidden('show-hidden', 'Show hidden commands and options')
.options({
Expand Down
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.8.1",
"version": "0.8.2",
"description": "A set of command-line tools to build Emacs packages",
"main": "eask",
"scripts": {
Expand Down

0 comments on commit 966d44c

Please sign in to comment.