diff --git a/helm-core-pkg.el b/helm-core-pkg.el index 42495e51c..31c7fcc99 100644 --- a/helm-core-pkg.el +++ b/helm-core-pkg.el @@ -1,6 +1,6 @@ ;;; helm-pkg.el --- define helm for package.el -(define-package "helm-core" "1.9.0" +(define-package "helm-core" "1.9.1" "Development files for Helm" '((emacs "24") (cl-lib "0.5") diff --git a/helm-pkg.el b/helm-pkg.el index 3070355a3..c5efd2b8c 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.0" +(define-package "helm" "1.9.1" "Helm is an Emacs incremental and narrowing framework" '((emacs "24") (cl-lib "0.5") (async "1.6") - (helm-core "1.9.0")) + (helm-core "1.9.1")) :url "https://emacs-helm.github.io/helm/") ;; Local Variables: