From 25fba0ee02b0183fbcfd9d67fc4203c183bc9be2 Mon Sep 17 00:00:00 2001 From: Thomas Fitzsimmons Date: Tue, 9 May 2023 11:07:29 -0400 Subject: Bump version to 1.0.2 * url-http-oauth-demo.el: Bump version to 1.0.2. * NEWS: Document bug fix. --- NEWS | 6 ++++++ url-http-oauth-demo.el | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index f9bde16..14e80de 100644 --- a/NEWS +++ b/NEWS @@ -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 -;; 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 -- cgit v1.0