Index: trunk/Changes
===================================================================
--- trunk/Changes	(revision 41)
+++ trunk/Changes	(revision 42)
@@ -1,9 +1,12 @@
 Revision history for Perl extension MP3::Find.
 
-0.06
+0.07  7 Jun 2011
+    - fixed tests that were failing due to a bad test plan
+
+0.06  11 Jul 2006
     - deprecated the create_db, update_db, and sync_db methods
     - databases can be selected by a custom DSN or an already open database handle
 
-0.05 28 Apr 2006
+0.05  28 Apr 2006
     - mp3find searches in ID3v2 tags if MP3::Tag is available
     - using Sort::Key for sorting of results (if available)
Index: trunk/META.yml
===================================================================
--- trunk/META.yml	(revision 41)
+++ trunk/META.yml	(revision 42)
@@ -2,5 +2,5 @@
 #XXXXXXX This is a prototype!!!  It will change in the future!!! XXXXX#
 name:         MP3-Find
-version:      0.06
+version:      0.07
 version_from: lib/MP3/Find.pm
 installdirs:  site
Index: trunk/README
===================================================================
--- trunk/README	(revision 41)
+++ trunk/README	(revision 42)
@@ -1,3 +1,3 @@
-MP3::Find version 0.06
+MP3::Find version 0.07
 ======================
 
Index: trunk/lib/MP3/Find.pm
===================================================================
--- trunk/lib/MP3/Find.pm	(revision 41)
+++ trunk/lib/MP3/Find.pm	(revision 42)
@@ -9,5 +9,5 @@
 use Carp;
 
-$VERSION = '0.06';
+$VERSION = '0.07';
 
 @EXPORT = qw(find_mp3s);
