diff options
author | Johnson Denen <johnson.denen@gmail.com> | 2017-04-19 23:09:31 -0400 |
---|---|---|
committer | Johnson Denen <johnson.denen@gmail.com> | 2017-04-19 23:09:31 -0400 |
commit | 9a705f3884168bf9ac0708b64f333b3893f0d0d8 (patch) | |
tree | cdb6a66a938f0d75eda8264d06882db829517935 | |
parent | 7f9fae9eca114bc2981112795831dbd8f3e1f78c (diff) |
Update to v0.4.1
-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 f96b5e3..31a8544 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.4.0 +;; Version: 0.4.1 ;; Homepage: https://github.com/jdenen/mastodon.el ;; This file is not part of GNU Emacs. @@ -37,7 +37,7 @@ :prefix "mastodon-" :group 'external) -(defconst mastodon-version "0.4.0" +(defconst mastodon-version "0.4.1" "Current `mastodon' package version.") (defcustom mastodon-instance-url "https://mastodon.social" |