diff --git a/helm-core-pkg.el b/helm-core-pkg.el index 28d86a6d4..70bbb439e 100644 --- a/helm-core-pkg.el +++ b/helm-core-pkg.el @@ -1,9 +1,9 @@ ;;; helm-core-pkg.el --- define helm-core for package.el -(define-package "helm-core" "1.9.4" +(define-package "helm-core" "1.9.5" "Development files for Helm" '((emacs "24.3") - (async "1.7")) + (async "1.8")) :url "https://emacs-helm.github.io/helm/") ;; Local Variables: diff --git a/helm-pkg.el b/helm-pkg.el index 2ee9640d0..f00323609 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.4" +(define-package "helm" "1.9.5" "Helm is an Emacs incremental and narrowing framework" '((emacs "24.3") - (async "1.7") + (async "1.8") (popup "0.5.3") - (helm-core "1.9.4")) + (helm-core "1.9.5")) :url "https://emacs-helm.github.io/helm/") ;; Local Variables: