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 791a527 commit f0362f9Copy full SHA for f0362f9
.github/workflows/build.yml
@@ -23,7 +23,7 @@ concurrency:
23
cancel-in-progress: true
24
25
env:
26
- VERSION: 0.7.1
+ VERSION: 0.7.2
27
NODE: node16
28
REPO_BIN: 'emacs-eask/binaries'
29
Easkfile
@@ -1,5 +1,5 @@
1
(package "eask"
2
- "0.7.1"
+ "0.7.2"
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.1",
+ "version": "0.7.2",
"description": "A set of command-line tools to build Emacs packages",
"main": "eask",
6
"scripts": {
0 commit comments