summaryrefslogtreecommitdiff
path: root/helm-pkg.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2018-02-25 11:32:51 +0100
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2018-02-25 13:42:42 +0100
commitf15c8e701cf4416bfeb725c0bad3c7347286b550 (patch)
treebacf3f59c0e4feec928c1e7e9ac7ad4dc4c70d27 /helm-pkg.el
parentec9fdcdc2a82127afe9cc9681c057d7fe03b04de (diff)
Update version to 2.8.9 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 1dd277c0..0432e0de 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.8"
+(define-package "helm" "2.8.9"
"Helm is an Emacs incremental and narrowing framework"
'((emacs "24.4")
(async "1.9.2")
(popup "0.5.3")
- (helm-core "2.8.8"))
+ (helm-core "2.8.9"))
:url "https://emacs-helm.github.io/helm/")
;; Local Variables: