Skip to content

Commit 35d6677

Browse files
committed
Bump version - snapshot
1 parent 4761cc1 commit 35d6677

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ concurrency:
2222
cancel-in-progress: true
2323

2424
env:
25-
VERSION: 0.6.43
25+
VERSION: 0.7.0
2626
NODE: node16
2727
REPO_BIN: 'emacs-eask/binaries'
2828

Easkfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
(package "eask"
2-
"0.6.43"
2+
"0.7.0"
33
"A set of command-line tools to build Emacs packages")
44

55
(website-url "https://github.com/emacs-eask/eask")

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@emacs-eask/cli",
3-
"version": "0.6.43",
3+
"version": "0.7.0",
44
"description": "A set of command-line tools to build Emacs packages",
55
"main": "eask",
66
"scripts": {

0 commit comments

Comments
 (0)