diff options
author | Johnson Denen <johnson.denen@gmail.com> | 2017-04-29 12:52:01 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-29 12:52:01 -0400 |
commit | ac10d7a647aa77aa933076a523a48ec0a283dd15 (patch) | |
tree | fc07a18846ae5268ffebc52b75a9900b997883bc /lisp/mastodon.el | |
parent | d011f39b8d638dbb5f13dae1f31fb311724f64c6 (diff) | |
parent | 0aa660ec3afe3be1819d02fee7f3187dc62c09a2 (diff) |
Merge pull request #106 from jdenen/develop
v0.6.2
Diffstat (limited to 'lisp/mastodon.el')
-rw-r--r-- | lisp/mastodon.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/mastodon.el b/lisp/mastodon.el index 2ebc069..947cc6a 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.6.1 +;; Version: 0.6.2 ;; Package-Requires: ((emacs "24.4")) ;; Homepage: https://github.com/jdenen/mastodon.el @@ -38,7 +38,7 @@ :prefix "mastodon-" :group 'external) -(defconst mastodon-version "0.6.1" +(defconst mastodon-version "0.6.2" "Current `mastodon' package version.") (defcustom mastodon-instance-url "https://mastodon.social" |