aboutsummaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorJohnson Denen <johnson.denen@gmail.com>2017-04-18 16:11:25 -0400
committerJohnson Denen <johnson.denen@gmail.com>2017-04-18 16:11:25 -0400
commit9a741181cec0911a2871d218de7235908647e6a7 (patch)
treec6d5a2281e3a224e3944c4388490085ed3302b7a /lisp
parent8d116aeb7efd7c09505b5765ae6036cfb4de78ee (diff)
Update to v0.4.0
* Add boost, favourite, reply-to, and open thread features (#16) * Insert boosted and favourited markers on boost/favourite actions * Read boosted/favourited state from API and persist markers
Diffstat (limited to 'lisp')
-rw-r--r--lisp/mastodon.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mastodon.el b/lisp/mastodon.el
index 49b2458..4337634 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.3.0
+;; Version: 0.4.0
;; Homepage: https://github.com/jdenen/mastodon.el
;; This file is not part of GNU Emacs.