summaryrefslogtreecommitdiff
path: root/helm-pkg.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2017-05-26 09:36:48 +0200
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2017-05-26 09:36:48 +0200
commit05a297dda6fe9dc42e04220275b0bf2a37b56582 (patch)
treea1266c747b0e63661b0f3a819865a56e45705118 /helm-pkg.el
parente4ed159cffca81dcb6b70576c78c307425b3e90d (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 e9ccee71..b650cf5a 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.7.0"
+(define-package "helm" "2.7.1"
"Helm is an Emacs incremental and narrowing framework"
'((emacs "24.4")
(async "1.9.2")
(popup "0.5.3")
- (helm-core "2.7.0"))
+ (helm-core "2.7.1"))
:url "https://emacs-helm.github.io/helm/")
;; Local Variables: