From c6cfd65e131d9254a4ea41776150f95d63ffcace Mon Sep 17 00:00:00 2001 From: jcorporation Date: Thu, 15 Feb 2024 21:55:37 +0100 Subject: [PATCH] Upd: release date --- CHANGELOG.md | 2 +- contrib/packaging/debian/changelog | 2 +- htdocs/js/version.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3967543e4..45207aabb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ https://github.com/jcorporation/myMPD/ *** -## myMPD 14.0.3 (not yet released) +## myMPD 14.0.3 (2024-02-15) This is a small bugfix release. diff --git a/contrib/packaging/debian/changelog b/contrib/packaging/debian/changelog index d7e922989..0d8c9261d 100644 --- a/contrib/packaging/debian/changelog +++ b/contrib/packaging/debian/changelog @@ -2,4 +2,4 @@ mympd (14.0.3-1) unstable; urgency=medium * Release from master - -- Juergen Mang Thu, 15 Feb 2024 10:02:08 +0100 + -- Juergen Mang Thu, 15 Feb 2024 21:02:19 +0100 diff --git a/htdocs/js/version.js b/htdocs/js/version.js index ae1c2c637..4948293cc 100644 --- a/htdocs/js/version.js +++ b/htdocs/js/version.js @@ -1,2 +1,2 @@ const myMPDversion = '14.0.3'; -const myMPDbuild = 'e6de95a27a020ee119604562de31acc9b1d2bef5'; +const myMPDbuild = '12ef6873c4680ce1a02329d18e05b4e9606a1160';