Skip to content

Commit

Permalink
Update version number in pkg files.
Browse files Browse the repository at this point in the history
  • Loading branch information
Thierry Volpiatto committed Dec 24, 2015
1 parent 864f72f commit fe96a39
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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

(define-package "helm-core" "1.9.0"
(define-package "helm-core" "1.9.1"
"Development files for Helm"
'((emacs "24")
(cl-lib "0.5")
Expand Down
4 changes: 2 additions & 2 deletions helm-pkg.el
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
;;; helm-pkg.el --- define helm for package.el

(define-package "helm" "1.9.0"
(define-package "helm" "1.9.1"
"Helm is an Emacs incremental and narrowing framework"
'((emacs "24")
(cl-lib "0.5")
(async "1.6")
(helm-core "1.9.0"))
(helm-core "1.9.1"))
:url "https://emacs-helm.github.io/helm/")

;; Local Variables:
Expand Down

0 comments on commit fe96a39

Please sign in to comment.