Skip to content

Commit

Permalink
Fix version number in *.pkg files.
Browse files Browse the repository at this point in the history
  • Loading branch information
Thierry Volpiatto committed Mar 7, 2016
1 parent 211e3a8 commit 902ad0f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions helm-core-pkg.el
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
;;; helm-core-pkg.el --- define helm-core for package.el

(define-package "helm-core" "1.9.2"
(define-package "helm-core" "1.9.3"
"Development files for Helm"
'((emacs "24.3")
(async "1.6"))
(async "1.7"))
:url "https://emacs-helm.github.io/helm/")

;; Local Variables:
Expand Down
6 changes: 3 additions & 3 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.2"
(define-package "helm" "1.9.3"
"Helm is an Emacs incremental and narrowing framework"
'((emacs "24.3")
(async "1.6")
(async "1.7")
(popup "0.5.3")
(helm-core "1.9.1"))
(helm-core "1.9.3"))
:url "https://emacs-helm.github.io/helm/")

;; Local Variables:
Expand Down

0 comments on commit 902ad0f

Please sign in to comment.