summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Porter <adam@alphapapa.net>2026-01-05 22:32:02 -0600
committerAdam Porter <adam@alphapapa.net>2026-01-05 22:32:02 -0600
commit2a867549dc1fe6aaee9140cfa1f913fa5a74a3bf (patch)
treea1865b512400e8cb9c6475057a6a8176fb982367
parent5a6c613fa0e33c8601f5068b659243dfecb53139 (diff)
Release: v0.10.1externals-release/listen
-rw-r--r--README.org2
-rw-r--r--docs/README.org2
-rwxr-xr-xlisten.el2
3 files changed, 3 insertions, 3 deletions
diff --git a/README.org b/README.org
index 06dc65f..5e87e12 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.1-pre
+** v0.10.1
*Fixes*
- Race condition in MPV support. (Fixes [[https://github.com/alphapapa/listen.el/issues/40][#40]]. Thanks to [[https://github.com/SemyonSinchenko][Semyon Sinchenko]] and [[https://github.com/Sjmarf][Sjmarf]] for reporting.)
diff --git a/docs/README.org b/docs/README.org
index b9f5457..2685fcc 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.1-pre
+** v0.10.1
*Fixes*
+ Race condition in MPV support. (Fixes [[https://github.com/alphapapa/listen.el/issues/40][#40]]. Thanks to [[https://github.com/SemyonSinchenko][Semyon Sinchenko]] and [[https://github.com/Sjmarf][Sjmarf]] for reporting.)
diff --git a/listen.el b/listen.el
index 52f6175..925084b 100755
--- a/listen.el
+++ b/listen.el
@@ -6,7 +6,7 @@
;; Maintainer: Adam Porter <adam@alphapapa.net>
;; 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.1-pre
+;; Version: 0.10.1
;; URL: https://github.com/alphapapa/listen.el
;; This program is free software; you can redistribute it and/or modify