summaryrefslogtreecommitdiff
path: root/helm-pkg.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2017-04-03 18:57:58 +0200
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2017-04-03 18:57:58 +0200
commite86cbf2b23eede65eb453a9a03b0e0823f02fcf2 (patch)
treee04bb04d805f88a1ccdcd7253f47daafbae438da /helm-pkg.el
parent8d0942771c0fd01dc38eb59483acc65a55c59a9d (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 97980f87..9870b603 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.5.4"
+(define-package "helm" "2.6.0"
"Helm is an Emacs incremental and narrowing framework"
'((emacs "24.4")
(async "1.9")
(popup "0.5.3")
- (helm-core "2.5.4"))
+ (helm-core "2.6.0"))
:url "https://emacs-helm.github.io/helm/")
;; Local Variables: