diff options
author | Johnson Denen <johnson.denen@gmail.com> | 2017-04-22 16:37:28 -0400 |
---|---|---|
committer | Johnson Denen <johnson.denen@gmail.com> | 2017-04-22 16:37:28 -0400 |
commit | c68d4554fe7c62ba804047aa279fcd1306ca78d8 (patch) | |
tree | 6775fff314a1a27da085cb56f6ba06724d736097 | |
parent | 5339f928c915298acc7a3c596d1b5c504b605e05 (diff) |
Bump to v0.4.2
-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 31a8544..1332c7b 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.1 +;; Version: 0.4.2 ;; 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.1" +(defconst mastodon-version "0.4.2" "Current `mastodon' package version.") (defcustom mastodon-instance-url "https://mastodon.social" |