From 1ec81a2d94e57e7afa4d6a55b9a69dc36de6a7ac Mon Sep 17 00:00:00 2001 From: Thomas Fitzsimmons Date: Tue, 9 May 2023 20:37:43 -0400 Subject: [PATCH] Bump version to 1.0.3 * url-http-oauth-demo.el: Bump version to 1.0.3. * 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 14e80de..f309a60 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.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 -;; 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 -- 2.45.2