From 9a741181cec0911a2871d218de7235908647e6a7 Mon Sep 17 00:00:00 2001 From: Johnson Denen Date: Tue, 18 Apr 2017 16:11:25 -0400 Subject: 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 --- .version | 2 +- lisp/mastodon.el | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.version b/.version index 9325c3c..60a2d3e 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -0.3.0 \ No newline at end of file +0.4.0 \ No newline at end of file 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 -;; Version: 0.3.0 +;; Version: 0.4.0 ;; Homepage: https://github.com/jdenen/mastodon.el ;; This file is not part of GNU Emacs. -- cgit v1.2.3