diff --git a/helm-core-pkg.el b/helm-core-pkg.el index 897dd3d7f..72c18ee8a 100644 --- a/helm-core-pkg.el +++ b/helm-core-pkg.el @@ -1,6 +1,6 @@ ;;; helm-core-pkg.el --- define helm-core for package.el -(define-package "helm-core" "2.9.4" +(define-package "helm-core" "2.9.5" "Development files for Helm" '((emacs "24.4") (async "1.9.3")) diff --git a/helm-pkg.el b/helm-pkg.el index f61317acc..dca8357ff 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.9.4" +(define-package "helm" "2.9.5" "Helm is an Emacs incremental and narrowing framework" '((emacs "24.4") (async "1.9.3") (popup "0.5.3") - (helm-core "2.9.4")) + (helm-core "2.9.5")) :url "https://emacs-helm.github.io/helm/") ;; Local Variables: