summaryrefslogtreecommitdiff
path: root/helm-pkg.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2018-01-25 07:36:52 +0100
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2018-01-25 07:36:52 +0100
commit5b7237acc11ed0fbee10af9cf6345da7c3d9dd26 (patch)
treed1f70067dd407f3c2ce7d2af3b26025ff7dc1c86 /helm-pkg.el
parent05a8082d8b6e2eeac27d3296e31ff4153662116f (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 092a8609..1dd277c0 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.7"
+(define-package "helm" "2.8.8"
"Helm is an Emacs incremental and narrowing framework"
'((emacs "24.4")
(async "1.9.2")
(popup "0.5.3")
- (helm-core "2.8.7"))
+ (helm-core "2.8.8"))
:url "https://emacs-helm.github.io/helm/")
;; Local Variables: