Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ concurrency:
cancel-in-progress: true

env:
VERSION: 0.12.5
VERSION: 0.12.6
REPO_BIN: 'emacs-eask/binaries'

jobs:
Expand Down
2 changes: 1 addition & 1 deletion Eask
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
;; -*- mode: eask; lexical-binding: t -*-

(package "cli"
"0.12.5"
"0.12.6"
"A set of command-line tools to build Emacs packages")

(website-url "https://github.com/emacs-eask/cli")
Expand Down
2 changes: 1 addition & 1 deletion eask.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Usage: eask <command> [options..]`;

const epilogue = `For more information, find the manual at https://emacs-eask.github.io/`;

const version = `0.12.5`;
const version = `0.12.6`;

yargs
.usage(usage)
Expand Down
21 changes: 11 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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/cli",
"version": "0.12.5",
"version": "0.12.6",
"description": "A set of command-line tools to build Emacs packages",
"main": "eask.js",
"scripts": {
Expand Down
Loading