summaryrefslogtreecommitdiff
path: root/helm-core-pkg.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2016-05-24 17:20:22 +0200
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2016-05-24 17:20:22 +0200
commit84115895421601a82de65d7da6fa0e70a6deb79b (patch)
treee2029d4c6901d69efe57102d612b1c51b9edc08e /helm-core-pkg.el
parent5c982c5aa046d844f2c635bdfe63fc81d6a1ee8c (diff)
Update versions numbers in pkg files.
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: