diff options
| author | Thien-Thi Nguyen <ttn@gnu.org> | 2017-10-03 21:39:41 +0200 |
|---|---|---|
| committer | Thien-Thi Nguyen <ttn@gnu.org> | 2017-10-03 21:39:41 +0200 |
| commit | 3bbc23c19f70b23d547323b439be78d25995c747 (patch) | |
| tree | 2a087edbcdc394ebfac90dc17794cf0b9a1ba93a | |
| parent | 507bf6301d07231335e09cc8bfc967bc81b6cb6d (diff) | |
[aa2u] Release: 1.10
* packages/ascii-art-to-unicode/ascii-art-to-unicode.el [Version]: Bump to "1.10".
| -rw-r--r-- | NEWS | 3 | ||||
| -rw-r--r-- | ascii-art-to-unicode.el | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -2,6 +2,9 @@ NEWS for ascii-art-to-unicode.el See the end for copying conditions. +- 1.10 | 2017-10-03 + - be cool w/ Emacs where (ucs-names) => hash table + - 1.9 | 2014-05-29 - new command: ‘aa2u-mark-rectangle-as-text’ - new homepage: http://www.gnuvola.org/software/aa2u/ diff --git a/ascii-art-to-unicode.el b/ascii-art-to-unicode.el index c602ff5..be40d88 100644 --- a/ascii-art-to-unicode.el +++ b/ascii-art-to-unicode.el @@ -4,7 +4,7 @@ ;; Author: Thien-Thi Nguyen <ttn@gnu.org> ;; Maintainer: Thien-Thi Nguyen <ttn@gnu.org> -;; Version: 1.9 +;; Version: 1.10 ;; Keywords: ascii, unicode, box-drawing ;; URL: http://www.gnuvola.org/software/aa2u/ |
