aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnson Denen <johnson.denen@gmail.com>2017-04-23 14:07:22 -0400
committerJohnson Denen <johnson.denen@gmail.com>2017-04-23 14:09:42 -0400
commitc6a4cfc846cd0ecd4eca7bdc02b0856d482bb364 (patch)
treed1e2fa9bf75037f602630309fed43d206d4cb76c
parent098bc1463eeac231e04dcf395626ae24e0a7ad7b (diff)
Bump to v0.5.1
-rw-r--r--Cask2
-rw-r--r--README.org2
-rw-r--r--lisp/mastodon.el4
3 files changed, 4 insertions, 4 deletions
diff --git a/Cask b/Cask
index 38b4e24..978d1fa 100644
--- a/Cask
+++ b/Cask
@@ -1,7 +1,7 @@
(source gnu)
(source melpa)
-(package "mastodon" "0.5.0" "Emacs client for Mastodon")
+(package "mastodon" "0.5.1" "Emacs client for Mastodon")
(files "lisp/*.el")
(development
diff --git a/README.org b/README.org
index 347ec55..60effcc 100644
--- a/README.org
+++ b/README.org
@@ -107,7 +107,7 @@ Both actions kill the buffer and window.
If you have not previously authenticated, you will be prompted for your
account email and password. *NOTE*: Email and password are NOT stored by mastodon.el.
-Authentication stores your access token in the =mastodon--api-token-string=
+Authentication stores your access token in the =mastodon-auth--token=
variable. It is not stored on your filesystem, so you will have to
re-authenticate when you close/reopen Emacs.
diff --git a/lisp/mastodon.el b/lisp/mastodon.el
index 7a2de06..ec42447 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.0
+;; Version: 0.5.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.5.0"
+(defconst mastodon-version "0.5.1"
"Current `mastodon' package version.")
(defcustom mastodon-instance-url "https://mastodon.social"