summaryrefslogtreecommitdiff
path: root/helm-pkg.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2017-11-20 20:07:20 +0100
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2017-11-20 20:07:20 +0100
commitcec6fb275fa37715bbcbf2abc716457521065068 (patch)
treebeda730da77c5b4d2b3cb9fbdf65aabc28a25a66 /helm-pkg.el
parent3806d352f3553731501bdc0045103de109cac178 (diff)
Update version in *pkg.el files
Diffstat (limited to 'helm-pkg.el')
-rw-r--r--helm-pkg.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/helm-pkg.el b/helm-pkg.el
index 254d45b7..650086f7 100644
--- a/helm-pkg.el
+++ b/helm-pkg.el
@@ -1,11 +1,11 @@
;;; helm-pkg.el --- define helm for package.el
-(define-package "helm" "2.8.5"
+(define-package "helm" "2.8.6"
"Helm is an Emacs incremental and narrowing framework"
'((emacs "24.4")
(async "1.9.2")
(popup "0.5.3")
- (helm-core "2.8.5"))
+ (helm-core "2.8.6"))
:url "https://emacs-helm.github.io/helm/")
;; Local Variables: