Skip to content

Commit a7cc8da

Browse files
author
Thierry Volpiatto
committed
Update *pkg.el files
1 parent f68029c commit a7cc8da

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

helm-core-pkg.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;;; helm-core-pkg.el --- define helm-core for package.el
22

3-
(define-package "helm-core" "2.9.5"
3+
(define-package "helm-core" "2.9.6"
44
"Development files for Helm"
55
'((emacs "24.4")
66
(async "1.9.3"))

helm-pkg.el

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
;;; helm-pkg.el --- define helm for package.el
22

3-
(define-package "helm" "2.9.5"
3+
(define-package "helm" "2.9.6"
44
"Helm is an Emacs incremental and narrowing framework"
55
'((emacs "24.4")
66
(async "1.9.3")
77
(popup "0.5.3")
8-
(helm-core "2.9.5"))
8+
(helm-core "2.9.6"))
99
:url "https://emacs-helm.github.io/helm/")
1010

1111
;; Local Variables:

0 commit comments

Comments
 (0)