diff options
| author | Miquel Sabaté Solà <msabate@suse.com> | 2021-01-24 15:21:12 +0100 |
|---|---|---|
| committer | Miquel Sabaté Solà <msabate@suse.com> | 2021-01-24 15:21:12 +0100 |
| commit | bca7a42db1245543d81373e67d71278a0e3135a2 (patch) | |
| tree | ecace7540153350ae7d1563f67e85ce83b80753b | |
| parent | 29f6fadc46758a1505e0cae45df86037e37660f3 (diff) | |
| download | soria-bca7a42db1245543d81373e67d71278a0e3135a2.tar.gz soria-bca7a42db1245543d81373e67d71278a0e3135a2.zip | |
Bump version to 0.4.0
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
| -rw-r--r-- | CHANGELOG.org | 2 | ||||
| -rw-r--r-- | soria-theme-tree.el | 2 | ||||
| -rw-r--r-- | soria-theme.el | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/CHANGELOG.org b/CHANGELOG.org index 10fb909..6914f0a 100644 --- a/CHANGELOG.org +++ b/CHANGELOG.org @@ -2,7 +2,7 @@ * Changelog -** 0.4.0 (in development) +** 0.4.0 - Added support for =treemacs=. See [[https://github.com/mssola/soria/commit/62d1d61994b4889f8fff16978b7dfa1a047f6832][62d1d61994b4]]. - The =master= branch has been renamed into =main=. diff --git a/soria-theme-tree.el b/soria-theme-tree.el index 29c1997..17c1128 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.3.3 +;; Version: 0.4.0 ;; 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 1eaa78c..ab40462 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.3.3 +;; Version: 0.4.0 ;; Package-Requires: ((emacs "25.1")) ;; Keywords: faces ;; URL: https://github.com/mssola/soria |
