summaryrefslogtreecommitdiff
path: root/helm-pkg.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2017-01-03 13:44:01 +0100
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2017-01-03 13:44:01 +0100
commit26415fdb3ebc66fa721b94aa1eaeba1693eae624 (patch)
tree828480f6625b6ff425c9d6424791b05a85490427 /helm-pkg.el
parenta73e1ae2ee6144bbe832781a65c5b4c44e5901e5 (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 33641288..47b40509 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.3.3"
+(define-package "helm" "2.3.4"
"Helm is an Emacs incremental and narrowing framework"
'((emacs "24.4")
(async "1.9")
(popup "0.5.3")
- (helm-core "2.3.3"))
+ (helm-core "2.3.4"))
:url "https://emacs-helm.github.io/helm/")
;; Local Variables: