summaryrefslogtreecommitdiff
path: root/helm-pkg.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2016-09-29 22:13:04 +0200
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2016-09-29 22:13:04 +0200
commit2b91583c4f183b505d4870b4e6d3441d57637eae (patch)
tree7aed1d7895cc3c20ceb5c17a729a8ad92191599b /helm-pkg.el
parentb5ebe78c0ee080ce84a9a34b23fc86e2524a0cc9 (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 6afe921b..d29d35d5 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.1.0"
+(define-package "helm" "2.2.0"
"Helm is an Emacs incremental and narrowing framework"
'((emacs "24.4")
(async "1.9")
(popup "0.5.3")
- (helm-core "2.1.0"))
+ (helm-core "2.2.0"))
:url "https://emacs-helm.github.io/helm/")
;; Local Variables: