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