summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Bernoulli <jonas@bernoul.li>2016-08-21 20:03:44 +0200
committerJonas Bernoulli <jonas@bernoul.li>2016-08-21 20:03:44 +0200
commit4929d430266925c1145adef9987e2acdb829395b (patch)
tree0c8691e5862bf17581b82d798d707103671706cc
parentf6021135f16b95847412c94e52b39d85967f2bfa (diff)
release version 2.5.2v2.5.2
-rw-r--r--Makefile6
-rw-r--r--with-editor.el2
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 <jonas@bernoul.li>
;; Maintainer: Jonas Bernoulli <jonas@bernoul.li>
-;; 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