summaryrefslogtreecommitdiff
path: root/helm-pkg.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2018-05-10 07:30:27 +0200
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2018-05-10 07:30:27 +0200
commit5ed513afd03f50feba166316e1aee784a7ac03a7 (patch)
tree0bed6f42ba08b90c1d15c822ac22f49e11ca98de /helm-pkg.el
parenta8d272a7c41d6653bb392d06927190d6d3db3b74 (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 bbe63d01..b24abaf5 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.2"
+(define-package "helm" "2.9.3"
"Helm is an Emacs incremental and narrowing framework"
'((emacs "24.4")
(async "1.9.3")
(popup "0.5.3")
- (helm-core "2.9.2"))
+ (helm-core "2.9.3"))
:url "https://emacs-helm.github.io/helm/")
;; Local Variables: