aboutsummaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorJohnson Denen <johnson.denen@gmail.com>2017-04-23 11:49:44 -0400
committerJohnson Denen <johnson.denen@gmail.com>2017-04-23 11:49:44 -0400
commitebe375102222b69afb3761ed4db766aa8fe073ba (patch)
tree945c1d9b23ce2daffeea1d948b7fc48588b69109 /lisp
parent35a97d8c2be6492a9c05be34deaa12ec2cdcaedd (diff)
Bump to v0.5.0
Diffstat (limited to 'lisp')
-rw-r--r--lisp/mastodon.el4
1 files changed, 2 insertions, 2 deletions
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"