branch: externals/url-http-oauth-demo commit ee91889a8e3fed7db255b9be8970ca081b9d6c2f Author: Thomas Fitzsimmons <fitz...@fitzsim.org> Commit: Thomas Fitzsimmons <fitz...@fitzsim.org>
Bump version to 1.0.0 * url-http-oauth-demo.el: Bump version to 1.0.0. * NEWS: New file. --- NEWS | 7 +++++++ url-http-oauth-demo.el | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS new file mode 100644 index 0000000000..453e0aef1c --- /dev/null +++ b/NEWS @@ -0,0 +1,7 @@ +GNU Emacs url-http-oauth-demo NEWS -- history of user-visible changes. + +* New in url-http-oauth-demo 1.0.0 + +Released 2023-05-08 + +** Demonstrate how to use the new url-http-oauth library. diff --git a/url-http-oauth-demo.el b/url-http-oauth-demo.el index b6d9a2c9bd..25486dec12 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 <fitz...@fitzsim.org> -;; Version: 0 +;; Version: 1.0.0 ;; Keywords: comm, data, processes, hypermedia ;; Package-Requires: ((url-http-oauth "0"))