diff options
author | Johnson Denen <johnson.denen@gmail.com> | 2017-04-24 12:48:06 -0400 |
---|---|---|
committer | Johnson Denen <johnson.denen@gmail.com> | 2017-04-24 12:48:06 -0400 |
commit | 3cb5a6a9be2811b63a254d1c00b7ba30460d7629 (patch) | |
tree | 6f12efd179b2eb89d68730605679bd011d271ae6 /lisp/mastodon.el | |
parent | 18ef1b8ba52bc29785d034012c1519c308da56aa (diff) |
Bump to v0.5.5
Diffstat (limited to 'lisp/mastodon.el')
-rw-r--r-- | lisp/mastodon.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/mastodon.el b/lisp/mastodon.el index bf4185f..772db51 100644 --- a/lisp/mastodon.el +++ b/lisp/mastodon.el @@ -2,7 +2,7 @@ ;; Copyright (C) 2017 Johnson Denen ;; Author: Johnson Denen <johnson.denen@gmail.com> -;; Version: 0.5.4 +;; Version: 0.5.5 ;; Package-Requires: ((emacs "24.4")) ;; Homepage: https://github.com/jdenen/mastodon.el @@ -38,7 +38,7 @@ :prefix "mastodon-" :group 'external) -(defconst mastodon-version "0.5.4" +(defconst mastodon-version "0.5.5" "Current `mastodon' package version.") (defcustom mastodon-instance-url "https://mastodon.social" |