Skip to content

Commit

Permalink
Update versions numbers in pkg files.
Browse files Browse the repository at this point in the history
  • Loading branch information
thierryvolpiatto committed May 24, 2016
1 parent 5c982c5 commit 8411589
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
@@ -1,9 +1,9 @@
;;; helm-core-pkg.el --- define helm-core for package.el

(define-package "helm-core" "1.9.5"
(define-package "helm-core" "1.9.6"
"Development files for Helm"
'((emacs "24.3")
(async "1.8"))
(async "1.9"))
:url "https://emacs-helm.github.io/helm/")

;; Local Variables:
Expand Down
6 changes: 3 additions & 3 deletions helm-pkg.el
@@ -1,11 +1,11 @@
;;; helm-pkg.el --- define helm for package.el

(define-package "helm" "1.9.5"
(define-package "helm" "1.9.6"
"Helm is an Emacs incremental and narrowing framework"
'((emacs "24.3")
(async "1.8")
(async "1.9")
(popup "0.5.3")
(helm-core "1.9.5"))
(helm-core "1.9.6"))
:url "https://emacs-helm.github.io/helm/")

;; Local Variables:
Expand Down

0 comments on commit 8411589

Please sign in to comment.