branch: externals/listen
commit c186fc61bba276a9d243545bebe54402524cd5d5
Author: Adam Porter <[email protected]>
Commit: Adam Porter <[email protected]>
Meta: v0.10-pre
---
README.org | 4 ++++
docs/README.org | 4 ++++
listen.el | 2 +-
3 files changed, 9 insertions(+), 1 deletion(-)
diff --git a/README.org b/README.org
index 86b4769056..078d55e015 100644
--- a/README.org
+++ b/README.org
@@ -223,6 +223,10 @@ The ~listen-mode~ minor mode runs a timer which plays the
next track in the curr
* Changelog
+** v0.10-pre
+
+Nothing new yet.
+
** v0.9
/Released without additional changes due to change in ELPA recipe./
diff --git a/docs/README.org b/docs/README.org
index d37bf3d002..4d2a96f965 100644
--- a/docs/README.org
+++ b/docs/README.org
@@ -235,6 +235,10 @@ The ~listen-mode~ minor mode runs a timer which plays the
next track in the curr
* Changelog
+** v0.10-pre
+
+Nothing new yet.
+
** v0.9
/Released without additional changes due to change in ELPA recipe./
diff --git a/listen.el b/listen.el
index 40de75ff22..fb8e0b7a75 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
+;; Version: 0.10-pre
;; URL: https://github.com/alphapapa/listen.el
;; This program is free software; you can redistribute it and/or modify