Skip to content
This repository was archived by the owner on Jan 21, 2022. It is now read-only.

Commit 5095797

Browse files
committed
Update copyright and bump version
1 parent 3b58fef commit 5095797

11 files changed

+19
-19
lines changed

lisp/mastodon-auth.el

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
;;; mastodon-auth.el --- Auth functions for mastodon.el -*- lexical-binding: t -*-
22

3-
;; Copyright (C) 2017 Johnson Denen
3+
;; Copyright (C) 2017-2019 Johnson Denen
44
;; Author: Johnson Denen <[email protected]>
5-
;; Version: 0.8.0
5+
;; Version: 0.9.0
66
;; Homepage: https://github.com/jdenen/mastodon.el
77
;; Package-Requires: ((emacs "24.4"))
88

lisp/mastodon-client.el

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
;;; mastodon-client.el --- Client functions for mastodon.el -*- lexical-binding: t -*-
22

3-
;; Copyright (C) 2017 Johnson Denen
3+
;; Copyright (C) 2017-2019 Johnson Denen
44
;; Author: Johnson Denen <[email protected]>
5-
;; Version: 0.8.0
5+
;; Version: 0.9.0
66
;; Homepage: https://github.com/jdenen/mastodon.el
77
;; Package-Requires: ((emacs "24.4"))
88

lisp/mastodon-discover.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
;; Copyright (C) 2019 Johnson Denen
44
;; Author: Johnson Denen <[email protected]>
5-
;; Version: 0.8.0
5+
;; Version: 0.9.0
66
;; Package-Requires: ((emacs "24.4"))
77
;; Homepage: https://github.com/jdenen/mastodon.el
88

lisp/mastodon-http.el

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
;;; mastodon-http.el --- HTTP request/response functions for mastodon.el -*- lexical-binding: t -*-
22

3-
;; Copyright (C) 2017 Johnson Denen
3+
;; Copyright (C) 2017-2019 Johnson Denen
44
;; Author: Johnson Denen <[email protected]>
5-
;; Version: 0.8.0
5+
;; Version: 0.9.0
66
;; Package-Requires: ((emacs "24.4"))
77
;; Homepage: https://github.com/jdenen/mastodon.el
88

lisp/mastodon-inspect.el

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
;;; mastodon-inspect.el --- Client for Mastodon -*- lexical-binding: t -*-
22

3-
;; Copyright (C) 2017 Johnson Denen
3+
;; Copyright (C) 2017-2019 Johnson Denen
44
;; Author: Johnson Denen <[email protected]>
5-
;; Version: 0.8.0
5+
;; Version: 0.9.0
66
;; Package-Requires: ((emacs "24.4"))
77
;; Homepage: https://github.com/jdenen/mastodon.el
88

lisp/mastodon-media.el

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
;;; mastodon-media.el --- Functions for inlining Mastodon media -*- lexical-binding: t -*-
22

3-
;; Copyright (C) 2017 Johnson Denen
3+
;; Copyright (C) 2017-2019 Johnson Denen
44
;; Author: Johnson Denen <[email protected]>
5-
;; Version: 0.8.0
5+
;; Version: 0.9.0
66
;; Homepage: https://github.com/jdenen/mastodon.el
77
;; Package-Requires: ((emacs "24.4"))
88

lisp/mastodon-notifications.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;;; mastodon-notifications.el --- Notification functions for mastodon.el -*- lexical-binding: t -*-
22

3-
;; Copyright (C) 2017 Johnson Denen
3+
;; Copyright (C) 2017-2019 Johnson Denen
44
;; Author: Johnson Denen <[email protected]>
55
;; Version: 0.7.2
66
;; Homepage: https://github.com/jdenen/mastodon.el

lisp/mastodon-profile.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;;; mastodon-profile.el --- Functions for inspecting Mastodon profiles -*- lexical-binding: t -*-
22

3-
;; Copyright (C) 2017 Johnson Denen
3+
;; Copyright (C) 2017-2019 Johnson Denen
44
;; Author: Johnson Denen <[email protected]>
55
;; Version: 0.7.2
66
;; Package-Requires: ((emacs "24.4"))

lisp/mastodon-tl.el

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
;;; mastodon-tl.el --- HTTP request/response functions for mastodon.el -*- lexical-binding: t -*-
22

3-
;; Copyright (C) 2017 Johnson Denen
3+
;; Copyright (C) 2017-2019 Johnson Denen
44
;; Author: Johnson Denen <[email protected]>
5-
;; Version: 0.8.0
5+
;; Version: 0.9.0
66
;; Homepage: https://github.com/jdenen/mastodon.el
77
;; Package-Requires: ((emacs "24.4"))
88

lisp/mastodon-toot.el

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
;;; mastodon-toot.el --- Minor mode for sending Mastodon toots -*- lexical-binding: t -*-
22

3-
;; Copyright (C) 2017 Johnson Denen
3+
;; Copyright (C) 2017-2019 Johnson Denen
44
;; Author: Johnson Denen <[email protected]>
5-
;; Version: 0.8.0
5+
;; Version: 0.9.0
66
;; Homepage: https://github.com/jdenen/mastodon.el
77
;; Package-Requires: ((emacs "24.4"))
88

lisp/mastodon.el

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
;;; mastodon.el --- Client for Mastodon -*- lexical-binding: t -*-
22

3-
;; Copyright (C) 2017 Johnson Denen
3+
;; Copyright (C) 2017-2019 Johnson Denen
44
;; Author: Johnson Denen <[email protected]>
5-
;; Version: 0.8.0
5+
;; Version: 0.9.0
66
;; Package-Requires: ((emacs "24.4"))
77
;; Homepage: https://github.com/jdenen/mastodon.el
88

0 commit comments

Comments
 (0)