diff options
| author | Thomas Fitzsimmons <fitzsim@fitzsim.org> | 2023-05-08 21:24:19 -0400 |
|---|---|---|
| committer | Thomas Fitzsimmons <fitzsim@fitzsim.org> | 2023-05-08 21:24:19 -0400 |
| commit | ee91889a8e3fed7db255b9be8970ca081b9d6c2f (patch) | |
| tree | c253ed670238392bcf381f0fd8b5911f02a71a9a | |
| parent | 68dd6973b240ba98bc11b9be60b58ddb7d4a9503 (diff) | |
Bump version to 1.0.0
* url-http-oauth-demo.el: Bump version to 1.0.0.
* NEWS: New file.
| -rw-r--r-- | NEWS | 7 | ||||
| -rw-r--r-- | url-http-oauth-demo.el | 2 |
2 files changed, 8 insertions, 1 deletions
@@ -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 b6d9a2c..25486de 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: 0 +;; Version: 1.0.0 ;; Keywords: comm, data, processes, hypermedia ;; Package-Requires: ((url-http-oauth "0")) |
