diff --git a/helm-core-pkg.el b/helm-core-pkg.el index d98363ec0..ed5ef1995 100644 --- a/helm-core-pkg.el +++ b/helm-core-pkg.el @@ -1,10 +1,10 @@ ;;; helm-pkg.el --- define helm for package.el -(define-package "helm-core" "1.7.8" +(define-package "helm-core" "1.7.9" "Development files for Helm" '((emacs "24") (cl-lib "0.5") - (async "1.4")) + (async "1.5")) :url "https://emacs-helm.github.io/helm/") ;; Local Variables: diff --git a/helm-pkg.el b/helm-pkg.el index ec26b5409..fcf440932 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.7.8" +(define-package "helm" "1.7.9" "Helm is an Emacs incremental and narrowing framework" '((emacs "24") (cl-lib "0.5") - (async "1.4") - (helm-core "1.7.8")) + (async "1.5") + (helm-core "1.7.9")) :url "https://emacs-helm.github.io/helm/") ;; Local Variables: