diff options
| author | Thomas Fitzsimmons <fitzsim@fitzsim.org> | 2023-05-09 11:07:29 -0400 |
|---|---|---|
| committer | Thomas Fitzsimmons <fitzsim@fitzsim.org> | 2023-05-09 11:07:29 -0400 |
| commit | 25fba0ee02b0183fbcfd9d67fc4203c183bc9be2 (patch) | |
| tree | a90eb4a23454b1116a52a1289e725fb879c46cda | |
| parent | 748fffdd9d6f35ba3380a5d5a4cec98e4620437f (diff) | |
Bump version to 1.0.2
* url-http-oauth-demo.el: Bump version to 1.0.2.
* NEWS: Document bug fix.
| -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.2 + +Released 2023-05-09 + +** Use json-parse-buffer. + * New in url-http-oauth-demo 1.0.1 Released 2023-05-08 diff --git a/url-http-oauth-demo.el b/url-http-oauth-demo.el index b524ecb..eb1aa20 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.1 +;; Version: 1.0.2 ;; Keywords: comm, data, processes, hypermedia ;; Package-Requires: ((url-http-oauth "0.8.1") ;; (emacs "27.1")) ; for json-parse-buffer |
