summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--helm-core-pkg.el2
-rw-r--r--helm-pkg.el2
2 files changed, 2 insertions, 2 deletions
diff --git a/helm-core-pkg.el b/helm-core-pkg.el
index 095ecce7..95e1c8ff 100644
--- a/helm-core-pkg.el
+++ b/helm-core-pkg.el
@@ -3,7 +3,7 @@
(define-package "helm-core" "3.0"
"Development files for Helm"
'((emacs "24.4")
- (async "1.9.3"))
+ (async "1.9.4"))
:url "https://emacs-helm.github.io/helm/")
;; Local Variables:
diff --git a/helm-pkg.el b/helm-pkg.el
index 6c5d7268..e22ccb56 100644
--- a/helm-pkg.el
+++ b/helm-pkg.el
@@ -3,7 +3,7 @@
(define-package "helm" "3.0"
"Helm is an Emacs incremental and narrowing framework"
'((emacs "24.4")
- (async "1.9.3")
+ (async "1.9.4")
(popup "0.5.3")
(helm-core "3.0"))
:url "https://emacs-helm.github.io/helm/")