summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Fitzsimmons <fitzsim@fitzsim.org>2023-05-08 21:24:19 -0400
committerThomas Fitzsimmons <fitzsim@fitzsim.org>2023-05-08 21:24:19 -0400
commitee91889a8e3fed7db255b9be8970ca081b9d6c2f (patch)
treec253ed670238392bcf381f0fd8b5911f02a71a9a
parent68dd6973b240ba98bc11b9be60b58ddb7d4a9503 (diff)
Bump version to 1.0.0
* url-http-oauth-demo.el: Bump version to 1.0.0. * NEWS: New file.
-rw-r--r--NEWS7
-rw-r--r--url-http-oauth-demo.el2
2 files changed, 8 insertions, 1 deletions
diff --git a/NEWS b/NEWS
new file mode 100644
index 0000000..453e0ae
--- /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 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"))