From d749a5eac388df526fbd5fe0fc9907d1b82c5153 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Sun, 5 Apr 2020 16:19:59 +0200 Subject: Version bump MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- .gitignore | 3 ++- CHANGELOG.org | 4 ++++ soria-theme.el | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index cab1485..c2118fb 100644 --- a/.gitignore +++ b/.gitignore @@ -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 . ;; Author: Miquel Sabaté Solà -;; Version: 0.3.0 +;; Version: 0.3.1 ;; Package-Requires: ((emacs "25.1")) ;; Keywords: faces ;; URL: https://github.com/mssola/soria -- cgit v1.2.3