summaryrefslogtreecommitdiff
path: root/helm-pkg.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2016-04-04 08:07:44 +0200
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2016-04-04 08:07:44 +0200
commit92786bba2e533eca50b6504413bc22edd957e5ee (patch)
treeb63a721dc6ebcc8b44a1950b0c4303683d1eedf3 /helm-pkg.el
parent79aea6d0503cf70a54adb5a4411fd0dd4cf5c45d (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 ae220148..2ee9640d 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.3"
+(define-package "helm" "1.9.4"
"Helm is an Emacs incremental and narrowing framework"
'((emacs "24.3")
(async "1.7")
(popup "0.5.3")
- (helm-core "1.9.3"))
+ (helm-core "1.9.4"))
:url "https://emacs-helm.github.io/helm/")
;; Local Variables: