summaryrefslogtreecommitdiff
path: root/helm-pkg.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2018-04-07 10:22:14 +0200
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2018-04-07 10:22:14 +0200
commitd5b9404176c41b16dffe522d45d08bdc7cb60e28 (patch)
treefcf67e33809309addc01f3bfbb2cb10168f4343d /helm-pkg.el
parentf3f3b40e773ce9f46508bf3da524dfa4b0b10286 (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 778e3946..fb2d010a 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.1"
+(define-package "helm" "2.9.2"
"Helm is an Emacs incremental and narrowing framework"
'((emacs "24.4")
(async "1.9.2")
(popup "0.5.3")
- (helm-core "2.9.1"))
+ (helm-core "2.9.2"))
:url "https://emacs-helm.github.io/helm/")
;; Local Variables: