From 757263f9332d2d338ac3619f50547ef2f9d2bd9e Mon Sep 17 00:00:00 2001 From: Thierry Volpiatto Date: Fri, 24 Aug 2018 18:36:54 +0200 Subject: [PATCH] Update *.pkg.el files --- helm-core-pkg.el | 2 +- helm-pkg.el | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/helm-core-pkg.el b/helm-core-pkg.el index c2ca9853d..095ecce79 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.9" +(define-package "helm-core" "3.0" "Development files for Helm" '((emacs "24.4") (async "1.9.3")) diff --git a/helm-pkg.el b/helm-pkg.el index a8c30b80c..6c5d72684 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.9" +(define-package "helm" "3.0" "Helm is an Emacs incremental and narrowing framework" '((emacs "24.4") (async "1.9.3") (popup "0.5.3") - (helm-core "2.9.9")) + (helm-core "3.0")) :url "https://emacs-helm.github.io/helm/") ;; Local Variables: