summaryrefslogtreecommitdiff
path: root/helm-pkg.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2017-12-23 09:01:38 +0100
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2017-12-23 09:01:38 +0100
commit5b2057c7755f6ea20e1ea011c6fb992d12650161 (patch)
tree269837394acc654355b81a0ce3b160a39034b9bf /helm-pkg.el
parent6ee6d967d091542dcd16a60e41136a74c5d5c40d (diff)
Update version in pkg 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 650086f7..092a8609 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.6"
+(define-package "helm" "2.8.7"
"Helm is an Emacs incremental and narrowing framework"
'((emacs "24.4")
(async "1.9.2")
(popup "0.5.3")
- (helm-core "2.8.6"))
+ (helm-core "2.8.7"))
:url "https://emacs-helm.github.io/helm/")
;; Local Variables: