summaryrefslogtreecommitdiff
path: root/helm-core-pkg.el
diff options
context:
space:
mode:
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 70bbb439..1069bc94 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.5"
+(define-package "helm-core" "1.9.6"
"Development files for Helm"
'((emacs "24.3")
- (async "1.8"))
+ (async "1.9"))
:url "https://emacs-helm.github.io/helm/")
;; Local Variables: