Skip to content

Commit

Permalink
Upd: set release date
Browse files Browse the repository at this point in the history
  • Loading branch information
jcorporation committed Feb 11, 2024
1 parent ea78601 commit e6de95a
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 v14.0.2 (not yet released)
## myMPD v14.0.2 (2024-02-11)

This is a small bugfix release.

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 "10 Feb 2024" "14.0.2" "mympd-config man page"
.TH man 1 "11 Feb 2024" "14.0.2" "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 "10 Feb 2024" "14.0.2" "mympd-script man page"
.TH man 1 "11 Feb 2024" "14.0.2" "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 "10 Feb 2024" "14.0.2" "mympd man page"
.TH man 1 "11 Feb 2024" "14.0.2" "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 (14.0.2-1) unstable; urgency=medium

* Release from master

-- Juergen Mang <[email protected]> Sat, 10 Feb 2024 22:02:03 +0100
-- Juergen Mang <[email protected]> Sun, 11 Feb 2024 12:02:32 +0100
2 changes: 1 addition & 1 deletion contrib/packaging/rpm/mympd.spec
Original file line number Diff line number Diff line change
Expand Up @@ -69,5 +69,5 @@ fi
%license LICENSE.md

%changelog
* Sat Feb 10 2024 Juergen Mang <[email protected]> 14.0.2-0
* Sun Feb 11 2024 Juergen Mang <[email protected]> 14.0.2-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 = '14.0.2';
const myMPDbuild = '0d19ef52e4355e56c3bb85626ffaa22a47837722';
const myMPDbuild = 'ea7860141d7a0723503d86089fd7d60b5c5728d8';

0 comments on commit e6de95a

Please sign in to comment.