diff options
| -rw-r--r-- | .gitignore | 3 | ||||
| -rw-r--r-- | CHANGELOG.org | 4 | ||||
| -rw-r--r-- | soria-theme.el | 2 |
3 files changed, 7 insertions, 2 deletions
@@ -1,3 +1,4 @@ vendor/* soria-autoloads.el -soria-autoloads.el~
\ No newline at end of file +soria-autoloads.el~ +soria-theme.elc
\ No newline at end of file diff --git a/CHANGELOG.org b/CHANGELOG.org index e8a5392..deef3b9 100644 --- a/CHANGELOG.org +++ b/CHANGELOG.org @@ -2,6 +2,10 @@ * Changelog +** 0.3.1 + +- Added a =build= target to the Makefile. See [[https://github.com/mssola/soria/commit/524b5a1830df4dc90a7a5fce6e06f5f4d9f77904][524b5a1830df]]. + ** 0.3.0 - Added a =checkdoc= make target. See [[https://github.com/mssola/soria/commit/c3551def989ca5418468b64939f991ed042eabf1][c3551def989c]]. diff --git a/soria-theme.el b/soria-theme.el index 56bd413..c6f69ca 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.0 +;; Version: 0.3.1 ;; Package-Requires: ((emacs "25.1")) ;; Keywords: faces ;; URL: https://github.com/mssola/soria |
