summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2016-12-02 17:20:19 +0100
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2016-12-02 17:20:19 +0100
commit2fca3400574e5f2666c942c674ce0f8e6ca6b232 (patch)
treea15bca510a28bfdc7edabec9f87fdb041247bade
parentf52e681726ad59b37273cdba0113de2a4bd1dca0 (diff)
Update *pkg.el files.
-rw-r--r--helm-core-pkg.el2
-rw-r--r--helm-pkg.el4
2 files changed, 3 insertions, 3 deletions
diff --git a/helm-core-pkg.el b/helm-core-pkg.el
index 98800d28..3fcc6947 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.3.2"
+(define-package "helm-core" "2.3.3"
"Development files for Helm"
'((emacs "24.4")
(async "1.9"))
diff --git a/helm-pkg.el b/helm-pkg.el
index 5a42ba87..33641288 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.3.2"
+(define-package "helm" "2.3.3"
"Helm is an Emacs incremental and narrowing framework"
'((emacs "24.4")
(async "1.9")
(popup "0.5.3")
- (helm-core "2.3.2"))
+ (helm-core "2.3.3"))
:url "https://emacs-helm.github.io/helm/")
;; Local Variables: