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 94f80d0 commit 7c5348cCopy full SHA for 7c5348c
.github/workflows/build.yml
@@ -21,7 +21,7 @@ concurrency:
21
cancel-in-progress: true
22
23
env:
24
- VERSION: 0.6.41
+ VERSION: 0.6.42
25
NODE: node16
26
REPO_BIN: 'emacs-eask/binaries'
27
Easkfile
@@ -1,5 +1,5 @@
1
(package "eask"
2
- "0.6.41"
+ "0.6.42"
3
"A set of command-line tools to build Emacs packages")
4
5
(website-url "https://github.com/emacs-eask/eask")
package.json
@@ -1,6 +1,6 @@
{
"name": "@emacs-eask/eask",
- "version": "0.6.41",
+ "version": "0.6.42",
"description": "A set of command-line tools to build Emacs packages",
"main": "eask",
6
"scripts": {
0 commit comments