aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2023-07-16 07:19:54 +0300
committerThanos Apollo <[email protected]>2023-07-16 07:19:54 +0300
commit255f848b435dc213e04e41f4338c14de484ba413 (patch)
treecad4ce2cf40b60d6ac2cd0f38d91308121b3baeb
parent985a2e687431fc89814b931e12c439ad1e866530 (diff)
Mark as version 1.3.01.3.0
- Display last played option - Fix yeetube-player 'not playing' using 'find-executable for mpv
-rw-r--r--yeetube.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/yeetube.el b/yeetube.el
index 1744d15..33b2ee6 100644
--- a/yeetube.el
+++ b/yeetube.el
@@ -5,7 +5,7 @@
;; Author: Thanos Apollo <[email protected]>
;; Keywords: extensions youtube videos invidious
;; URL: https://git.sr.ht/~thanosapollo/yeetube.el
-;; Version: 1.2.0
+;; Version: 1.3.0
;; Package-Requires: ((emacs "27.1"))
;; This program is free software; you can redistribute it and/or modify
@@ -36,7 +36,7 @@
(defgroup yeetube nil
- "Search, Play & Download videos."
+ "Youtube/Invidious Front-end."
:group 'external
:prefix "yeetube-")