summaryrefslogtreecommitdiff
path: root/helm-pkg.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2018-06-04 15:08:16 +0200
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2018-06-04 15:08:16 +0200
commitd1e90101996a466ef8e8a7064d1014428870dd9e (patch)
tree1e7385d9171ba15699f7c2432aa8c33f009142e6 /helm-pkg.el
parent8a421fc99c7545ef4a87efdd24a640dc2920be57 (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 f61317ac..dca8357f 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.9.4"
+(define-package "helm" "2.9.5"
"Helm is an Emacs incremental and narrowing framework"
'((emacs "24.4")
(async "1.9.3")
(popup "0.5.3")
- (helm-core "2.9.4"))
+ (helm-core "2.9.5"))
:url "https://emacs-helm.github.io/helm/")
;; Local Variables: