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