Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ryuslash committed Apr 25, 2016
1 parent eaf93f5 commit 37581ed
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
4 changes: 2 additions & 2 deletions mode-icons.el
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

;; Author: Tom Willemse <[email protected]>
;; 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"))

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 37581ed

Please sign in to comment.