diff options
| -rw-r--r-- | etc/USE-PACKAGE-NEWS | 2 | ||||
| -rw-r--r-- | lisp/use-package/bind-key.el | 2 | ||||
| -rw-r--r-- | lisp/use-package/use-package-core.el | 4 | ||||
| -rw-r--r-- | lisp/use-package/use-package.el | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/etc/USE-PACKAGE-NEWS b/etc/USE-PACKAGE-NEWS index 6e8530ef377..38f5dc70a16 100644 --- a/etc/USE-PACKAGE-NEWS +++ b/etc/USE-PACKAGE-NEWS | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | # Changes | 1 | # Changes |
| 2 | 2 | ||
| 3 | ## 2.4.2 | 3 | ## 2.4.3 |
| 4 | 4 | ||
| 5 | This release prepares for inclusion to GNU ELPA and includes no other changes | 5 | This release prepares for inclusion to GNU ELPA and includes no other changes |
| 6 | 6 | ||
diff --git a/lisp/use-package/bind-key.el b/lisp/use-package/bind-key.el index 817ca5efb2d..cca5ad86187 100644 --- a/lisp/use-package/bind-key.el +++ b/lisp/use-package/bind-key.el | |||
| @@ -6,7 +6,7 @@ | |||
| 6 | ;; Maintainer: John Wiegley <johnw@newartisans.com> | 6 | ;; Maintainer: John Wiegley <johnw@newartisans.com> |
| 7 | ;; Created: 16 Jun 2012 | 7 | ;; Created: 16 Jun 2012 |
| 8 | ;; Modified: 29 Nov 2017 | 8 | ;; Modified: 29 Nov 2017 |
| 9 | ;; Version: 2.4 | 9 | ;; Version: 2.4.1 |
| 10 | ;; Keywords: keys keybinding config dotemacs | 10 | ;; Keywords: keys keybinding config dotemacs |
| 11 | ;; URL: https://github.com/jwiegley/use-package | 11 | ;; URL: https://github.com/jwiegley/use-package |
| 12 | 12 | ||
diff --git a/lisp/use-package/use-package-core.el b/lisp/use-package/use-package-core.el index f27d158fc05..52d7abd4cbb 100644 --- a/lisp/use-package/use-package-core.el +++ b/lisp/use-package/use-package-core.el | |||
| @@ -6,7 +6,7 @@ | |||
| 6 | ;; Maintainer: John Wiegley <johnw@newartisans.com> | 6 | ;; Maintainer: John Wiegley <johnw@newartisans.com> |
| 7 | ;; Created: 17 Jun 2012 | 7 | ;; Created: 17 Jun 2012 |
| 8 | ;; Modified: 29 Nov 2017 | 8 | ;; Modified: 29 Nov 2017 |
| 9 | ;; Version: 2.4.2 | 9 | ;; Version: 2.4.3 |
| 10 | ;; Package-Requires: ((emacs "24.3")) | 10 | ;; Package-Requires: ((emacs "24.3")) |
| 11 | ;; Keywords: dotemacs startup speed config package | 11 | ;; Keywords: dotemacs startup speed config package |
| 12 | ;; URL: https://github.com/jwiegley/use-package | 12 | ;; URL: https://github.com/jwiegley/use-package |
| @@ -66,7 +66,7 @@ | |||
| 66 | "A use-package declaration for simplifying your `.emacs'." | 66 | "A use-package declaration for simplifying your `.emacs'." |
| 67 | :group 'startup) | 67 | :group 'startup) |
| 68 | 68 | ||
| 69 | (defconst use-package-version "2.4.2" | 69 | (defconst use-package-version "2.4.3" |
| 70 | "This version of use-package.") | 70 | "This version of use-package.") |
| 71 | 71 | ||
| 72 | (defcustom use-package-keywords | 72 | (defcustom use-package-keywords |
diff --git a/lisp/use-package/use-package.el b/lisp/use-package/use-package.el index 574431d80b5..240693c1189 100644 --- a/lisp/use-package/use-package.el +++ b/lisp/use-package/use-package.el | |||
| @@ -6,7 +6,7 @@ | |||
| 6 | ;; Maintainer: John Wiegley <johnw@newartisans.com> | 6 | ;; Maintainer: John Wiegley <johnw@newartisans.com> |
| 7 | ;; Created: 17 Jun 2012 | 7 | ;; Created: 17 Jun 2012 |
| 8 | ;; Modified: 29 Nov 2017 | 8 | ;; Modified: 29 Nov 2017 |
| 9 | ;; Version: 2.4.2 | 9 | ;; Version: 2.4.3 |
| 10 | ;; Package-Requires: ((emacs "24.3") (bind-key "2.4")) | 10 | ;; Package-Requires: ((emacs "24.3") (bind-key "2.4")) |
| 11 | ;; Keywords: dotemacs startup speed config package | 11 | ;; Keywords: dotemacs startup speed config package |
| 12 | ;; URL: https://github.com/jwiegley/use-package | 12 | ;; URL: https://github.com/jwiegley/use-package |