Skip to content

Commit

Permalink
Upd: release date
Browse files Browse the repository at this point in the history
  • Loading branch information
jcorporation committed Dec 15, 2024
1 parent 0a99b50 commit 14216bf
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ https://github.com/jcorporation/myMPD/

***

## myMPD v19.0.0 (not yet released)
## myMPD v19.0.0 (2024-12-15)

This is a small maintenance release. It ships support for the newest MPD 0.24 protocol commands and enhancements for user defined stickers.

Expand Down
2 changes: 1 addition & 1 deletion contrib/man/mympd-config.1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.\" Manpage for mympd-config.
.\" Contact <[email protected]> to correct errors or typos.
.TH man 1 "21 Nov 2024" "19.0.0" "mympd-config man page"
.TH man 1 "15 Dec 2024" "19.0.0" "mympd-config man page"

.SH NAME
mympd-config \- mympd configuration tool
Expand Down
2 changes: 1 addition & 1 deletion contrib/man/mympd-script.1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.\" Manpage for mympd-script.
.\" Contact <[email protected]> to correct errors or typos.
.TH man 1 "21 Nov 2024" "19.0.0" "mympd-script man page"
.TH man 1 "15 Dec 2024" "19.0.0" "mympd-script man page"

.SH NAME
mympd-script \- mympd command line tool to execute scripts
Expand Down
2 changes: 1 addition & 1 deletion contrib/man/mympd.1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.\" Manpage for mympd.
.\" Contact <[email protected]> to correct errors or typos.
.TH man 1 "21 Nov 2024" "19.0.0" "mympd man page"
.TH man 1 "15 Dec 2024" "19.0.0" "mympd man page"

.SH NAME
myMPD \- standalone and mobile friendly web mpd client
Expand Down
2 changes: 1 addition & 1 deletion contrib/packaging/debian/changelog
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ mympd (19.0.0-1) unstable; urgency=medium

* Release from master

-- Juergen Mang <[email protected]> Thu, 21 Nov 2024 18:11:37 +0100
-- Juergen Mang <[email protected]> Sun, 15 Dec 2024 14:12:40 +0100
2 changes: 1 addition & 1 deletion contrib/packaging/rpm/mympd.spec
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,5 @@ fi
%license LICENSE.md

%changelog
* Thu Nov 21 2024 Juergen Mang <[email protected]> 19.0.0-0
* Sun Dec 15 2024 Juergen Mang <[email protected]> 19.0.0-0
- Version from master
2 changes: 1 addition & 1 deletion htdocs/js/version.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
const myMPDversion = '19.0.0';
const myMPDbuild = 'ff87f4cf05bd77e27d06e40a0b4cd1ab9fee37c4';
const myMPDbuild = '0a99b50e2d269c672438698442a16c3534139028';

0 comments on commit 14216bf

Please sign in to comment.