diff options
| -rw-r--r-- | NEWS | 6 | ||||
| -rw-r--r-- | url-http-oauth-demo.el | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -1,5 +1,11 @@ GNU Emacs url-http-oauth-demo NEWS -- history of user-visible changes. +* New in url-http-oauth-demo 1.0.3 + +Released 2023-05-09 + +** Remove autoloads. + * New in url-http-oauth-demo 1.0.2 Released 2023-05-09 diff --git a/url-http-oauth-demo.el b/url-http-oauth-demo.el index 5d9fdf7..452440c 100644 --- a/url-http-oauth-demo.el +++ b/url-http-oauth-demo.el @@ -3,7 +3,7 @@ ;; Copyright (C) 2023 Free Software Foundation, Inc. ;; Author: Thomas Fitzsimmons <fitzsim@fitzsim.org> -;; Version: 1.0.2 +;; Version: 1.0.3 ;; Keywords: comm, data, processes, hypermedia ;; Package-Requires: ((url-http-oauth "0.8.1") ;; (emacs "27.1")) ; for json-parse-buffer |
