From 59ed335db7a9b1be7cd6b177d72fa46311f0b80e Mon Sep 17 00:00:00 2001 From: Thierry Volpiatto Date: Tue, 3 Apr 2018 16:54:17 +0200 Subject: Update version number in *pkg 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 f15931e9..64639f86 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.0" +(define-package "helm-core" "2.9.1" "Development files for Helm" '((emacs "24.4") (async "1.9.2")) diff --git a/helm-pkg.el b/helm-pkg.el index d54894ef..778e3946 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.0" +(define-package "helm" "2.9.1" "Helm is an Emacs incremental and narrowing framework" '((emacs "24.4") (async "1.9.2") (popup "0.5.3") - (helm-core "2.9.0")) + (helm-core "2.9.1")) :url "https://emacs-helm.github.io/helm/") ;; Local Variables: -- cgit v1.2.3