Skip to content

Commit

Permalink
Update *pkg.el files.
Browse files Browse the repository at this point in the history
Thierry Volpiatto committed Oct 16, 2016

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 9867cf6 commit 378ceb9
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-core-pkg.el --- define helm-core for package.el

(define-package "helm-core" "2.2.1"
(define-package "helm-core" "2.3.0"
"Development files for Helm"
'((emacs "24.4")
(async "1.9"))
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" "2.2.1"
(define-package "helm" "2.3.0"
"Helm is an Emacs incremental and narrowing framework"
'((emacs "24.4")
(async "1.9")
(popup "0.5.3")
(helm-core "2.2.1"))
(helm-core "2.3.0"))
:url "https://emacs-helm.github.io/helm/")

;; Local Variables:

0 comments on commit 378ceb9

Please sign in to comment.