diff options
author | Alexander Griffith <griffitaj@gmail.com> | 2018-03-05 21:39:12 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-05 21:39:12 -0500 |
commit | b277114d7b3be3447eeecaf3ba7ac0b282a339fe (patch) | |
tree | 02337fb012f5c71a6b3a0edff3a7d67543e2d465 /lisp/mastodon-inspect.el | |
parent | 4350dd571fba5996d30447eb19cfba68339a7934 (diff) |
Bump to 0.7.2 and shorten long code lines (#172)
* Bump version numbers to 0.7.2
* Adjusted functions to bring line length below 90.
Diffstat (limited to 'lisp/mastodon-inspect.el')
-rw-r--r-- | lisp/mastodon-inspect.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mastodon-inspect.el b/lisp/mastodon-inspect.el index c5b2924..62a91b5 100644 --- a/lisp/mastodon-inspect.el +++ b/lisp/mastodon-inspect.el @@ -2,7 +2,7 @@ ;; Copyright (C) 2017 Johnson Denen ;; Author: Johnson Denen <johnson.denen@gmail.com> -;; Version: 0.7.1 +;; Version: 0.7.2 ;; Package-Requires: ((emacs "24.4")) ;; Homepage: https://github.com/jdenen/mastodon.el |