Skip to content

Commit

Permalink
Bump version - snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Aug 25, 2022
1 parent 90bfa14 commit 4a89375
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ concurrency:
cancel-in-progress: true

env:
VERSION: 0.6.42
VERSION: 0.6.43
NODE: node16
REPO_BIN: 'emacs-eask/binaries'

Expand Down
2 changes: 1 addition & 1 deletion Easkfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(package "eask"
"0.6.42"
"0.6.43"
"A set of command-line tools to build Emacs packages")

(website-url "https://github.com/emacs-eask/eask")
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@emacs-eask/eask",
"version": "0.6.42",
"version": "0.6.43",
"description": "A set of command-line tools to build Emacs packages",
"main": "eask",
"scripts": {
Expand Down

0 comments on commit 4a89375

Please sign in to comment.