summaryrefslogtreecommitdiff
path: root/helm-core-pkg.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2016-04-27 18:01:34 +0200
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2016-04-27 18:01:34 +0200
commit40c0032f0d2bc91970830414efb64e5783d391df (patch)
treef33d8581bdf5678649eb6fe4d3e7ba2eaf24aba3 /helm-core-pkg.el
parent757a421b251f998f3d5de0a38eb651a99f4169a4 (diff)
Version 1.9.5
Diffstat (limited to 'helm-core-pkg.el')
-rw-r--r--helm-core-pkg.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/helm-core-pkg.el b/helm-core-pkg.el
index 28d86a6d..70bbb439 100644
--- a/helm-core-pkg.el
+++ b/helm-core-pkg.el
@@ -1,9 +1,9 @@
;;; helm-core-pkg.el --- define helm-core for package.el
-(define-package "helm-core" "1.9.4"
+(define-package "helm-core" "1.9.5"
"Development files for Helm"
'((emacs "24.3")
- (async "1.7"))
+ (async "1.8"))
:url "https://emacs-helm.github.io/helm/")
;; Local Variables: