branch: externals/listen
commit 61c511541af474027c012de7063ddfdb3f8cc780
Author: Adam Porter <[email protected]>
Commit: Adam Porter <[email protected]>
Release: v0.9
---
README.org | 4 +++-
docs/README.org | 4 +++-
listen.el | 2 +-
3 files changed, 7 insertions(+), 3 deletions(-)
diff --git a/README.org b/README.org
index 3a07e3b59d..86b4769056 100644
--- a/README.org
+++ b/README.org
@@ -223,7 +223,9 @@ The ~listen-mode~ minor mode runs a timer which plays the
next track in the curr
* Changelog
-** v0.9-pre
+** v0.9
+
+/Released without additional changes due to change in ELPA recipe./
*Fixes*
- Currently playing column in queue list buffer.
diff --git a/docs/README.org b/docs/README.org
index 153ec7489f..d37bf3d002 100644
--- a/docs/README.org
+++ b/docs/README.org
@@ -235,7 +235,9 @@ The ~listen-mode~ minor mode runs a timer which plays the
next track in the curr
* Changelog
-** v0.9-pre
+** v0.9
+
+/Released without additional changes due to change in ELPA recipe./
*Fixes*
+ Currently playing column in queue list buffer.
diff --git a/listen.el b/listen.el
index 9dfb57f309..40de75ff22 100755
--- a/listen.el
+++ b/listen.el
@@ -6,7 +6,7 @@
;; Maintainer: Adam Porter <[email protected]>
;; Keywords: multimedia
;; Package-Requires: ((emacs "29.1") (persist "0.6") (taxy "0.10")
(taxy-magit-section "0.13") (transient "0.5.3"))
-;; Version: 0.9-pre
+;; Version: 0.9
;; URL: https://github.com/alphapapa/listen.el
;; This program is free software; you can redistribute it and/or modify