Skip to content

Commit 146af58

Browse files
committed
Bump version
1 parent 5f3941c commit 146af58

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.github/workflows/build.yml

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

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

Easkfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
(package "cli"
2-
"0.10.0"
2+
"0.10.1"
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
@@ -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.10.0`;
14+
const version = `0.10.1`;
1515

1616
yargs
1717
.usage(usage)

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.10.0",
3+
"version": "0.10.1",
44
"description": "A set of command-line tools to build Emacs packages",
55
"main": "eask",
66
"scripts": {

0 commit comments

Comments
 (0)