summaryrefslogtreecommitdiff
path: root/helm-pkg.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2018-04-03 16:54:17 +0200
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2018-04-03 16:54:17 +0200
commit59ed335db7a9b1be7cd6b177d72fa46311f0b80e (patch)
tree4e26a6e7ff5965821a921d0ca2ca7c1c49041d0b /helm-pkg.el
parent94dc112a3560f174e997040216d09983599fb396 (diff)
Update version number 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 d54894ef..778e3946 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.0"
+(define-package "helm" "2.9.1"
"Helm is an Emacs incremental and narrowing framework"
'((emacs "24.4")
(async "1.9.2")
(popup "0.5.3")
- (helm-core "2.9.0"))
+ (helm-core "2.9.1"))
:url "https://emacs-helm.github.io/helm/")
;; Local Variables: