diff options
author | Thanos Apollo <[email protected]> | 2023-07-20 15:18:13 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-07-20 15:18:28 +0300 |
commit | 01f60dd97e157a4b2880dd910d95b25b1b0b0ecf (patch) | |
tree | 8fbe2a13e358b683b553f6a7e21393600743b6e2 | |
parent | f987a51a111d670a56b9f65cb405c83fd16f76ca (diff) |
Mark as version 1.3.41.3.4
- Add version output interactively for support issues
- Improve yeetube-title-fix
-rw-r--r-- | yeetube.el | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -5,8 +5,8 @@ ;; Author: Thanos Apollo <[email protected]> ;; Keywords: extensions youtube videos invidious ;; URL: https://git.sr.ht/~thanosapollo/yeetube.el -;; Version: 1.3.3 -(defvar yeetube--version '1.3.3) +;; Version: 1.3.4 +(defvar yeetube--version '1.3.4) ;; Package-Requires: ((emacs "27.2")) |