aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Cask2
-rw-r--r--lisp/mastodon.el4
2 files changed, 3 insertions, 3 deletions
diff --git a/Cask b/Cask
index 82380d2..38b4e24 100644
--- a/Cask
+++ b/Cask
@@ -1,7 +1,7 @@
(source gnu)
(source melpa)
-(package "mastodon" "0.4.2" "Emacs client for Mastodon")
+(package "mastodon" "0.5.0" "Emacs client for Mastodon")
(files "lisp/*.el")
(development
diff --git a/lisp/mastodon.el b/lisp/mastodon.el
index a2006f8..8bd29e0 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.2
+;; Version: 0.5.0
;; 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.2"
+(defconst mastodon-version "0.5.0"
"Current `mastodon' package version.")
(defcustom mastodon-instance-url "https://mastodon.social"