diff options
| author | Miquel Sabaté Solà <msabate@suse.com> | 2021-08-12 12:03:18 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <msabate@suse.com> | 2021-08-12 12:03:18 +0200 |
| commit | 0b30ee125571a715d069846b4dafc5de8923cedd (patch) | |
| tree | 87be02b67057d0ba6f2148a08089ee7611c6ff3d | |
| parent | 5ce622fa1db112ec972c1e74296917e43f2ad151 (diff) | |
| download | soria-0b30ee125571a715d069846b4dafc5de8923cedd.tar.gz soria-0b30ee125571a715d069846b4dafc5de8923cedd.zip | |
Bump version to 0.4.1
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
| -rw-r--r-- | CHANGELOG.org | 4 | ||||
| -rw-r--r-- | soria-theme-tree.el | 2 | ||||
| -rw-r--r-- | soria-theme.el | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/CHANGELOG.org b/CHANGELOG.org index 57b1eac..0e125ae 100644 --- a/CHANGELOG.org +++ b/CHANGELOG.org @@ -2,12 +2,12 @@ * Changelog -** Next +** 0.4.1 - Added support for =org-ref=. See [[https://github.com/mssola/soria/commit/2a59db06a319500fcb0671f1545433b16309d00a][2a59db06a319]]. - Fixed the =mu4e-ok-face=. See [[https://github.com/mssola/soria/commit/c2236e4a1c6261137e6fde01947075652027f378][c2236e4a1c62]]. - Added support for =tab-line= and =line-number=. See [[https://github.com/mssola/soria/commit/ae1229ac9a7f86fe0ec713f70e64b9cfdec592e3][ae1229ac9a7f]]. -- Added support for =gnus=. +- Added support for =gnus=. See [[https://github.com/mssola/soria/commit/5ce622fa1db112ec972c1e74296917e43f2ad151][5ce622fa1db1]]. ** 0.4.0 diff --git a/soria-theme-tree.el b/soria-theme-tree.el index 17c1128..dc68c56 100644 --- a/soria-theme-tree.el +++ b/soria-theme-tree.el @@ -16,7 +16,7 @@ ;; along with this program. If not, see <http://www.gnu.org/licenses/>. ;; Author: Miquel Sabaté Solà <mikisabate@gmail.com> -;; Version: 0.4.0 +;; Version: 0.4.1 ;; Package-Requires: ((emacs "25.1") (treemacs "2.8") (all-the-icons "4.0.1")) ;; Keywords: faces ;; URL: https://github.com/mssola/soria diff --git a/soria-theme.el b/soria-theme.el index 61696a9..5c91f54 100644 --- a/soria-theme.el +++ b/soria-theme.el @@ -16,7 +16,7 @@ ;; along with this program. If not, see <http://www.gnu.org/licenses/>. ;; Author: Miquel Sabaté Solà <mikisabate@gmail.com> -;; Version: 0.4.0 +;; Version: 0.4.1 ;; Package-Requires: ((emacs "25.1")) ;; Keywords: faces ;; URL: https://github.com/mssola/soria |
