Skip to content

Commit 08d65b0

Browse files
committed
Bump version
1 parent d39558b commit 08d65b0

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
@@ -23,7 +23,7 @@ concurrency:
2323
cancel-in-progress: true
2424

2525
env:
26-
VERSION: 0.7.4
26+
VERSION: 0.7.5
2727
NODE: node16
2828
REPO_BIN: 'emacs-eask/binaries'
2929

Easkfile

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

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

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

0 commit comments

Comments
 (0)