summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--helm-core-pkg.el4
-rw-r--r--helm-pkg.el6
2 files changed, 5 insertions, 5 deletions
diff --git a/helm-core-pkg.el b/helm-core-pkg.el
index 28d86a6d..70bbb439 100644
--- a/helm-core-pkg.el
+++ b/helm-core-pkg.el
@@ -1,9 +1,9 @@
;;; helm-core-pkg.el --- define helm-core for package.el
-(define-package "helm-core" "1.9.4"
+(define-package "helm-core" "1.9.5"
"Development files for Helm"
'((emacs "24.3")
- (async "1.7"))
+ (async "1.8"))
:url "https://emacs-helm.github.io/helm/")
;; Local Variables:
diff --git a/helm-pkg.el b/helm-pkg.el
index 2ee9640d..f0032360 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.4"
+(define-package "helm" "1.9.5"
"Helm is an Emacs incremental and narrowing framework"
'((emacs "24.3")
- (async "1.7")
+ (async "1.8")
(popup "0.5.3")
- (helm-core "1.9.4"))
+ (helm-core "1.9.5"))
:url "https://emacs-helm.github.io/helm/")
;; Local Variables: