branch: externals/fountain-mode commit 6cdcb2dd261f87bc99650bd75647000efd5505c6 Author: Paul W. Rankin <he...@paulwrankin.com> Commit: Paul W. Rankin <he...@paulwrankin.com>
Bump version number --- fountain-mode.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fountain-mode.el b/fountain-mode.el index 4ab76d4..70d5ddb 100644 --- a/fountain-mode.el +++ b/fountain-mode.el @@ -4,7 +4,7 @@ ;; Author: Paul Rankin <he...@paulwrankin.com> ;; Keywords: wp, text -;; Version: 2.6.2 +;; Version: 2.7.0 ;; Package-Requires: ((emacs "24.5")) ;; This program is free software; you can redistribute it and/or modify @@ -98,7 +98,7 @@ (eval-when-compile (require 'cl-lib)) (defconst fountain-version - "2.6.1") + "2.7.0") (defun fountain-version () "Return `fountain-mode' version."