summaryrefslogtreecommitdiff
path: root/helm-pkg.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2016-06-26 08:16:08 +0200
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2016-06-26 08:16:08 +0200
commite679393efc1fcb57c67892025a442ee0b396d8dc (patch)
tree7fdcb8317e7d6dab52515373fd1beee41b114bb8 /helm-pkg.el
parent146797588d78b20743429f0a92fe545f7d33fd76 (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 7c8f2f53..ad88ba0a 100644
--- a/helm-pkg.el
+++ b/helm-pkg.el
@@ -1,11 +1,11 @@
;;; helm-pkg.el --- define helm for package.el
-(define-package "helm" "1.9.7"
+(define-package "helm" "1.9.8"
"Helm is an Emacs incremental and narrowing framework"
'((emacs "24.3")
(async "1.9")
(popup "0.5.3")
- (helm-core "1.9.7"))
+ (helm-core "1.9.8"))
:url "https://emacs-helm.github.io/helm/")
;; Local Variables: