aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon.el
diff options
context:
space:
mode:
authorJohnson Denen <johnson.denen@gmail.com>2017-04-29 12:32:49 -0400
committerJohnson Denen <johnson.denen@gmail.com>2017-04-29 12:32:49 -0400
commit5c3e01589656fd1439dc017d5b44f3a91ba11d1b (patch)
tree615bb22c924cca7afe9f0f952d1503185e09695c /lisp/mastodon.el
parentc3df16964e2c739203829bf55b84576ae819e7cc (diff)
Bump to v0.6.2
Diffstat (limited to 'lisp/mastodon.el')
-rw-r--r--lisp/mastodon.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/mastodon.el b/lisp/mastodon.el
index 2ebc069..947cc6a 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.6.1
+;; Version: 0.6.2
;; Package-Requires: ((emacs "24.4"))
;; Homepage: https://github.com/jdenen/mastodon.el
@@ -38,7 +38,7 @@
:prefix "mastodon-"
:group 'external)
-(defconst mastodon-version "0.6.1"
+(defconst mastodon-version "0.6.2"
"Current `mastodon' package version.")
(defcustom mastodon-instance-url "https://mastodon.social"