branch: elpa/with-editor
commit 4929d430266925c1145adef9987e2acdb829395b
Author: Jonas Bernoulli <[email protected]>
Commit: Jonas Bernoulli <[email protected]>
release version 2.5.2
---
Makefile | 6 +++---
with-editor.el | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/Makefile b/Makefile
index bceb36e..2dc501d 100644
--- a/Makefile
+++ b/Makefile
@@ -14,9 +14,9 @@ BATCH = $(EMACS) -batch -Q -L . $(EFLAGS)
MAKEINFO ?= makeinfo
INSTALL_INFO ?= $(shell command -v ginstall-info || printf install-info)
-WITH_EDITOR_VERSION = 2.5.1
-ASYNC_VERSION = 1.5
-DASH_VERSION = 2.12.1
+WITH_EDITOR_VERSION = 2.5.2
+ASYNC_VERSION = 1.9
+DASH_VERSION = 2.13.0
.PHONY: help clean AUTHORS.md
diff --git a/with-editor.el b/with-editor.el
index 423db88..cd137e3 100644
--- a/with-editor.el
+++ b/with-editor.el
@@ -8,7 +8,7 @@
;; Author: Jonas Bernoulli <[email protected]>
;; Maintainer: Jonas Bernoulli <[email protected]>
-;; Package-Requires: ((emacs "24.4") (async "1.5") (dash "2.12.1"))
+;; Package-Requires: ((emacs "24.4") (async "1.9") (dash "2.13.0"))
;; Keywords: tools
;; Homepage: https://github.com/magit/with-editor