branch: externals-release/listen
commit e0a243d3c6ba0a8a14d1d16168ac23441bd5e6c9
Author: Adam Porter <[email protected]>
Commit: Adam Porter <[email protected]>
Release: v0.10
---
README.org | 2 +-
docs/README.org | 2 +-
listen.el | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/README.org b/README.org
index dc6d8fe5b5..80be6676d5 100644
--- a/README.org
+++ b/README.org
@@ -198,7 +198,7 @@ The ~listen-mode~ minor mode runs a timer which plays the
next track in the curr
- Similarly, you might even see an icon in your task switcher indicating that
Emacs is playing sound (e.g. with KDE Plasma).
* Changelog
-** v0.10-pre
+** v0.10
*Additions*
- [[https://mpv.io/][MPV]] support (works asynchronously, to improve
performance and avoid blocking Emacs).
diff --git a/docs/README.org b/docs/README.org
index d154894728..fe87a3b7fd 100644
--- a/docs/README.org
+++ b/docs/README.org
@@ -235,7 +235,7 @@ The ~listen-mode~ minor mode runs a timer which plays the
next track in the curr
* Changelog
-** v0.10-pre
+** v0.10
*Additions*
+ [[https://mpv.io/][MPV]] support (works asynchronously, to improve
performance and avoid blocking Emacs).
diff --git a/listen.el b/listen.el
index 5ce229c070..be7a653b4f 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.10-pre
+;; Version: 0.10
;; URL: https://github.com/alphapapa/listen.el
;; This program is free software; you can redistribute it and/or modify