Skip to content

Commit 4a89375

Browse files
committed
Bump version - snapshot
1 parent 90bfa14 commit 4a89375

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
@@ -21,7 +21,7 @@ concurrency:
2121
cancel-in-progress: true
2222

2323
env:
24-
VERSION: 0.6.42
24+
VERSION: 0.6.43
2525
NODE: node16
2626
REPO_BIN: 'emacs-eask/binaries'
2727

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.42"
2+
"0.6.43"
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/eask",
3-
"version": "0.6.42",
3+
"version": "0.6.43",
44
"description": "A set of command-line tools to build Emacs packages",
55
"main": "eask",
66
"scripts": {

0 commit comments

Comments
 (0)