Skip to content

Commit

Permalink
Prepare *pkg.el files for bump to 1.9.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
Thierry Volpiatto committed Feb 3, 2016
1 parent 7354ac4 commit a80e0b4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions helm-core-pkg.el
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;;; helm-pkg.el --- define helm for package.el
;;; helm-core-pkg.el --- define helm-core for package.el

(define-package "helm-core" "1.9.1"
(define-package "helm-core" "1.9.2"
"Development files for Helm"
'((emacs "24.3")
(async "1.6"))
Expand Down
2 changes: 1 addition & 1 deletion helm-pkg.el
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;;; helm-pkg.el --- define helm for package.el

(define-package "helm" "1.9.1"
(define-package "helm" "1.9.2"
"Helm is an Emacs incremental and narrowing framework"
'((emacs "24.3")
(async "1.6")
Expand Down

0 comments on commit a80e0b4

Please sign in to comment.