summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 71aab4d8..d98363ec 100644
--- a/helm-core-pkg.el
+++ b/helm-core-pkg.el
@@ -1,6 +1,6 @@
;;; helm-pkg.el --- define helm for package.el
-(define-package "helm-core" "1.7.7"
+(define-package "helm-core" "1.7.8"
"Development files for Helm"
'((emacs "24")
(cl-lib "0.5")
diff --git a/helm-pkg.el b/helm-pkg.el
index 7a31f55f..ec26b540 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.7.7"
+(define-package "helm" "1.7.8"
"Helm is an Emacs incremental and narrowing framework"
'((emacs "24")
(cl-lib "0.5")
(async "1.4")
- (helm-core "1.7.7"))
+ (helm-core "1.7.8"))
:url "https://emacs-helm.github.io/helm/")
;; Local Variables: