From ad36bb138cec7396f029821d0cf755a8bc663260 Mon Sep 17 00:00:00 2001 From: Masafumi Koba <473530+ybiquitous@users.noreply.github.com> Date: Fri, 30 Apr 2021 10:35:55 +0900 Subject: [PATCH] Release 0.3.1 --- CHANGELOG.md | 4 ++++ rbs-mode.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e1c993..e125767 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## Next version +## 0.3.1 (2021-04-30) + +- Update the incorrect `Version` field. + ## 0.3.0 (2021-04-26) - Add simple indentation [#5](https://github.com/ybiquitous/rbs-mode/pull/5) diff --git a/rbs-mode.el b/rbs-mode.el index 0ca4e47..e24b919 100644 --- a/rbs-mode.el +++ b/rbs-mode.el @@ -3,7 +3,7 @@ ;; Copyright (C) 2020 Masafumi Koba ;; Author: Masafumi Koba -;; Version: 0.2.0 +;; Version: 0.3.1 ;; Package-Requires: ((emacs "24.5")) ;; Keywords: languages ;; URL: https://github.com/ybiquitous/rbs-mode