Skip to content

Commit

Permalink
Upd: set version to 12.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jcorporation committed Sep 15, 2023
1 parent 5a00809 commit 51b3a15
Show file tree
Hide file tree
Showing 12 changed files with 20 additions and 12 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ https://github.com/jcorporation/myMPD/

***

## myMPD v12.0.1 (2023-09-15)

This release fixes only a small packaging bug for alpine linux.

## Changelog

- Fix: Use perl to create defines.js

## myMPD v12.0.0 (2023-09-15)

This release improves hopefully the user experience by providing descriptive help texts, error messages and improved dialogs. Further the advanced search feature is now available for all reasonable views.
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ cmake_policy(SET CMP0003 NEW)
# myMPD is written in C
# supported compilers: gcc, clang
project(mympd
VERSION 12.0.0
VERSION 12.0.1
LANGUAGES C
)

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 <mail@jcgames.de> to correct errors or typos.
.TH man 1 "15 Sep 2023" "12.0.0" "mympd-script man page"
.TH man 1 "15 Sep 2023" "12.0.1" "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 <mail@jcgames.de> to correct errors or typos.
.TH man 1 "15 Sep 2023" "12.0.0" "mympd man page"
.TH man 1 "15 Sep 2023" "12.0.1" "mympd man page"

.SH NAME
myMPD \- standalone and mobile friendly web mpd client
Expand Down
2 changes: 1 addition & 1 deletion contrib/packaging/alpine/APKBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# Maintainer: Juergen Mang <mail@jcgames.de>
#
pkgname=mympd
pkgver=12.0.0
pkgver=12.0.1
pkgrel=0
pkgdesc="myMPD is a standalone and mobile friendly web-based MPD client."
url="https://jcorporation.github.io/myMPD/"
Expand Down
2 changes: 1 addition & 1 deletion contrib/packaging/arch/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Maintainer: Juergen Mang <mail@jcgames.de>

pkgname=mympd
pkgver=12.0.0
pkgver=12.0.1
pkgrel=1
pkgdesc="A standalone and mobile friendly web-based MPD client."
arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
Expand Down
4 changes: 2 additions & 2 deletions contrib/packaging/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
mympd (12.0.0-1) unstable; urgency=medium
mympd (12.0.1-1) unstable; urgency=medium

* Release from master

-- Juergen Mang <mail@jcgames.de> Fri, 15 Sep 2023 18:09:40 +0200
-- Juergen Mang <mail@jcgames.de> Fri, 15 Sep 2023 19:09:58 +0200
2 changes: 1 addition & 1 deletion contrib/packaging/openwrt/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
include $(TOPDIR)/rules.mk

PKG_NAME := mympd
PKG_VERSION := 12.0.0
PKG_VERSION := 12.0.1
PKG_RELEASE := 1

PKG_SOURCE := $(PKG_NAME)-$(PKG_VERSION).tar.gz
Expand Down
4 changes: 2 additions & 2 deletions contrib/packaging/rpm/mympd.spec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# (c) 2018-2023 Juergen Mang <mail@jcgames.de>

Name: mympd
Version: 12.0.0
Version: 12.0.1
Release: 0
License: GPL-3.0-or-later
Group: Productivity/Multimedia/Sound/Players
Expand Down Expand Up @@ -57,5 +57,5 @@ make -C release install DESTDIR=%{buildroot}
%license LICENSE.md

%changelog
* Fri Sep 15 2023 Juergen Mang <mail@jcgames.de> 12.0.0-0
* Fri Sep 15 2023 Juergen Mang <mail@jcgames.de> 12.0.1-0
- Version from master
2 changes: 1 addition & 1 deletion docs/_includes/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
12.0.0
12.0.1
2 changes: 1 addition & 1 deletion htdocs/js/version.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
const myMPDversion = '12.0.0';
const myMPDversion = '12.0.1';

0 comments on commit 51b3a15

Please sign in to comment.