Bump version

This commit is contained in:
Tom Willemse 2016-04-25 11:24:19 +02:00
parent eaf93f52d3
commit 37581ed911
2 changed files with 5 additions and 4 deletions

View file

@ -3,7 +3,7 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased]
## [0.4.0]
### Added
@ -148,6 +148,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Customization options.
- Lisp Interaction mode icon.
[Unreleased]: https://github.com/ryuslash/mode-icons/compare/0.3.0...HEAD
[Unreleased]: https://github.com/ryuslash/mode-icons/compare/0.4.0...HEAD
[0.4.0]: https://github.com/ryuslash/mode-icons/compare/0.3.0...0.4.0
[0.3.0]: https://github.com/ryuslash/mode-icons/compare/0.2.0...0.3.0
[0.2.0]: https://github.com/ryuslash/mode-icons/compare/0.1.0...0.2.0

View file

@ -5,7 +5,7 @@
;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: multimedia
;; Version: 0.3.0
;; Version: 0.4.0
;; URL: http://ryuslash.org/projects/mode-icons.html
;; Package-Requires: ((emacs "24") (cl-lib "0.5"))
@ -1444,7 +1444,7 @@ FACE is the face to render the icon in."
(when (and mode-icons-read-only-space
(not (string= ro "")))
(setq ro (concat ro " ")))
ro)
ro)
,@mode-icons-read-only-text-properties))))
(defcustom mode-icons-modified-status-space t