From 61c511541af474027c012de7063ddfdb3f8cc780 Mon Sep 17 00:00:00 2001 From: Adam Porter Date: Thu, 28 Mar 2024 11:19:57 -0500 Subject: [PATCH] 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 3a07e3b..86b4769 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 153ec74..d37bf3d 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 9dfb57f..40de75f 100755 --- a/listen.el +++ b/listen.el @@ -6,7 +6,7 @@ ;; Maintainer: Adam Porter ;; 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