Bump version to 2.3.8.

This commit is contained in:
Vincent Zhang 2019-07-07 13:53:29 +08:00
parent 6b8d4c9719
commit 02e50cfb60
2 changed files with 3 additions and 3 deletions

View file

@ -313,7 +313,7 @@ Strongly recommend to use
or or
```emacs-lisp ```emacs-lisp
(custom-set-faces (custom-set-faces
`(mode-line ((t (:height 0.9)))) '(mode-line ((t (:height 0.9))))
`(mode-line-inactive ((t (:height 0.9))))) '(mode-line-inactive ((t (:height 0.9)))))
``` ```
Please refer to #189. Please refer to #189.

View file

@ -4,7 +4,7 @@
;; Author: Vincent Zhang <seagle0128@gmail.com> ;; Author: Vincent Zhang <seagle0128@gmail.com>
;; Homepage: https://github.com/seagle0128/doom-modeline ;; Homepage: https://github.com/seagle0128/doom-modeline
;; Version: 2.3.7 ;; Version: 2.3.8
;; Package-Requires: ((emacs "25.1") (all-the-icons "1.0.0") (shrink-path "0.2.0") (dash "2.11.0")) ;; Package-Requires: ((emacs "25.1") (all-the-icons "1.0.0") (shrink-path "0.2.0") (dash "2.11.0"))
;; Keywords: faces mode-line ;; Keywords: faces mode-line