We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a46234f commit adc3921Copy full SHA for adc3921
.github/workflows/build.yml
@@ -21,7 +21,7 @@ concurrency:
21
cancel-in-progress: true
22
23
env:
24
- VERSION: 0.6.16
+ VERSION: 0.6.17
25
NODE: node16
26
27
jobs:
Easkfile
@@ -1,5 +1,5 @@
1
(package "eask"
2
- "0.6.16"
+ "0.6.17"
3
"A set of command-line tools to build Emacs packages")
4
5
(files
package.json
@@ -1,6 +1,6 @@
{
"name": "@emacs-eask/eask",
- "version": "0.6.16",
+ "version": "0.6.17",
"description": "A set of command-line tools to build Emacs packages",
"main": "eask",
6
"scripts": {
0 commit comments