diff options
| author | Philip Kaludercic | 2024-07-19 10:43:11 +0200 |
|---|---|---|
| committer | Philip Kaludercic | 2024-07-19 19:42:44 +0200 |
| commit | 34b832fce1d01c22aa644196cd6e6b50b1d403ee (patch) | |
| tree | 73a973e9d3fa34d5586e03fc438bf8d68b803bc3 | |
| parent | f591f477791aafbfe1086398fefdafed213b6ced (diff) | |
| download | emacs-34b832fce1d01c22aa644196cd6e6b50b1d403ee.tar.gz emacs-34b832fce1d01c22aa644196cd6e6b50b1d403ee.zip | |
* lisp/which-key.el: Bump version to 3.6.1
This is necessary to trigger a new ELPA release.
| -rw-r--r-- | lisp/which-key.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/which-key.el b/lisp/which-key.el index 37b42a009f7..198a92fe36c 100644 --- a/lisp/which-key.el +++ b/lisp/which-key.el | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | 4 | ||
| 5 | ;; Author: Justin Burkett <justin@burkett.cc> | 5 | ;; Author: Justin Burkett <justin@burkett.cc> |
| 6 | ;; Maintainer: Justin Burkett <justin@burkett.cc> | 6 | ;; Maintainer: Justin Burkett <justin@burkett.cc> |
| 7 | ;; Version: 3.6.0 | 7 | ;; Version: 3.6.1 |
| 8 | ;; Package-Requires: ((emacs "25.1")) | 8 | ;; Package-Requires: ((emacs "25.1")) |
| 9 | 9 | ||
| 10 | ;; This file is part of GNU Emacs. | 10 | ;; This file is part of GNU Emacs. |