File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ concurrency:
2424 cancel-in-progress : true
2525
2626env :
27- VERSION : 0.9.6
27+ VERSION : 0.9.7
2828 NODE : node20
2929 REPO_BIN : ' emacs-eask/binaries'
3030
Original file line number Diff line number Diff line change 11(package "cli"
2- "0.9.6 "
2+ "0.9.7 "
33 "A set of command-line tools to build Emacs packages")
44
55(website-url "https://github.com/emacs-eask/cli")
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ Usage: eask <command> [options..]`;
1111
1212const epilogue = `For more information, find the manual at https://emacs-eask.github.io/` ;
1313
14- const version = `0.9.6 ` ;
14+ const version = `0.9.7 ` ;
1515
1616yargs
1717 . usage ( usage )
Original file line number Diff line number Diff line change 11{
22 "name" : " @emacs-eask/cli" ,
3- "version" : " 0.9.6 " ,
3+ "version" : " 0.9.7 " ,
44 "description" : " A set of command-line tools to build Emacs packages" ,
55 "main" : " eask" ,
66 "scripts" : {
You can’t perform that action at this time.
0 commit comments