From 112d5e9a115b7237397d0b91da24e9021ec33493 Mon Sep 17 00:00:00 2001 From: jq Date: Mon, 2 Apr 2007 16:27:00 +0000 Subject: [PATCH] [project @ 5808] 0.16.1 --- Changelog | 6 +++--- META.yml | 4 ++-- lib/Audio/MPD.pm | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Changelog b/Changelog index 062860b..5abb8d7 100644 --- a/Changelog +++ b/Changelog @@ -1,7 +1,7 @@ High-level changelog ==================== -0.16.0 introducing scripts +0.16.0 introducing mpd-dynamic script 0.15.x introducing AM::Collection 0.14.x introducing AM::Items 0.13.x rewrote connection mechanism @@ -16,10 +16,10 @@ High-level changelog Low-level changelog =================== -0.16.1 +0.16.1 Mon Apr 2 18:26:17 CEST 2007 - new internal _cooked_command_*() methods, allowing for better code factorization - and thus, better code coverage (100% achieved for - am::collection) + am::collection, 89.3% overall) 0.16.0 Thu Mar 29 19:04:34 CEST 2007 - script to listen your music endlessly: mpd-dynamic diff --git a/META.yml b/META.yml index e6ff436..280671d 100644 --- a/META.yml +++ b/META.yml @@ -1,6 +1,6 @@ --- name: Audio-MPD -version: 0.16.0 +version: 0.16.1 author: - 'Jerome Quelin ' - |- @@ -22,7 +22,7 @@ build_requires: provides: Audio::MPD: file: lib/Audio/MPD.pm - version: 0.16.0 + version: 0.16.1 Audio::MPD::Collection: file: lib/Audio/MPD/Collection.pm Audio::MPD::Item: diff --git a/lib/Audio/MPD.pm b/lib/Audio/MPD.pm index 93d4c03..d83238c 100644 --- a/lib/Audio/MPD.pm +++ b/lib/Audio/MPD.pm @@ -30,7 +30,7 @@ use base qw[ Class::Accessor::Fast ]; __PACKAGE__->mk_accessors( qw[ _host _password _port collection version ] ); -our $VERSION = '0.16.0'; +our $VERSION = '0.16.1'; #-- -- 2.11.4.GIT