Skip to content

Commit 30ee651

Browse files
committed
Bump version
1 parent 0a19e83 commit 30ee651

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ concurrency:
2323
cancel-in-progress: true
2424

2525
env:
26-
VERSION: 0.7.7
26+
VERSION: 0.7.8
2727
NODE: node16
2828
REPO_BIN: 'emacs-eask/binaries'
2929

Easkfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
(package "eask"
2-
"0.7.7"
2+
"0.7.8"
33
"A set of command-line tools to build Emacs packages")
44

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

eask

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ yargs
2323
handler() { yargs.showHelp(); }
2424
})
2525
.showHelpOnFail(true)
26-
.version('version', 'show version number', '0.7.7')
26+
.version('version', 'show version number', '0.7.8')
2727
.help('help', 'show usage instructions')
2828
.option('global', {
2929
description: `change default workspace to ~/.emacs.d/`,

package.json

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

0 commit comments

Comments
 (0)