From 02e50cfb60557234bf767ca17b928cd090de8f2c Mon Sep 17 00:00:00 2001 From: Vincent Zhang Date: Sun, 7 Jul 2019 13:53:29 +0800 Subject: [PATCH] Bump version to 2.3.8. --- README.md | 4 ++-- doom-modeline.el | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ad8aec7..86b786e 100644 --- a/README.md +++ b/README.md @@ -313,7 +313,7 @@ Strongly recommend to use or ```emacs-lisp (custom-set-faces - `(mode-line ((t (:height 0.9)))) - `(mode-line-inactive ((t (:height 0.9))))) + '(mode-line ((t (:height 0.9)))) + '(mode-line-inactive ((t (:height 0.9))))) ``` Please refer to #189. diff --git a/doom-modeline.el b/doom-modeline.el index bae8ac6..713adf5 100644 --- a/doom-modeline.el +++ b/doom-modeline.el @@ -4,7 +4,7 @@ ;; Author: Vincent Zhang ;; 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")) ;; Keywords: faces mode-line