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 70bbb439..1069bc94 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.5"
+(define-package "helm-core" "1.9.6"
"Development files for Helm"
'((emacs "24.3")
- (async "1.8"))
+ (async "1.9"))
:url "https://emacs-helm.github.io/helm/")
;; Local Variables:
diff --git a/helm-pkg.el b/helm-pkg.el
index f0032360..0a5fd64f 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.5"
+(define-package "helm" "1.9.6"
"Helm is an Emacs incremental and narrowing framework"
'((emacs "24.3")
- (async "1.8")
+ (async "1.9")
(popup "0.5.3")
- (helm-core "1.9.5"))
+ (helm-core "1.9.6"))
:url "https://emacs-helm.github.io/helm/")
;; Local Variables: