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 90bfa14 commit 4a89375Copy full SHA for 4a89375
.github/workflows/build.yml
@@ -21,7 +21,7 @@ concurrency:
21
cancel-in-progress: true
22
23
env:
24
- VERSION: 0.6.42
+ VERSION: 0.6.43
25
NODE: node16
26
REPO_BIN: 'emacs-eask/binaries'
27
Easkfile
@@ -1,5 +1,5 @@
1
(package "eask"
2
- "0.6.42"
+ "0.6.43"
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.42",
+ "version": "0.6.43",
"description": "A set of command-line tools to build Emacs packages",
"main": "eask",
6
"scripts": {
0 commit comments