Skip to content

Commit d5b9404

Browse files
author
Thierry Volpiatto
committed
Update version in pkg files
1 parent f3f3b40 commit d5b9404

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.1"
3+
(define-package "helm-core" "2.9.2"
44
"Development files for Helm"
55
'((emacs "24.4")
66
(async "1.9.2"))

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.1"
3+
(define-package "helm" "2.9.2"
44
"Helm is an Emacs incremental and narrowing framework"
55
'((emacs "24.4")
66
(async "1.9.2")
77
(popup "0.5.3")
8-
(helm-core "2.9.1"))
8+
(helm-core "2.9.2"))
99
:url "https://emacs-helm.github.io/helm/")
1010

1111
;; Local Variables:

0 commit comments

Comments
 (0)