make version 0.16 everywhere
Dave Rolsky [Tue, 7 Apr 2009 14:51:33 +0000 (09:51 -0500)]
README
lib/MooseX/Singleton.pm

diff --git a/README b/README
index aa95e3a..cbd3de2 100644 (file)
--- a/README
+++ b/README
@@ -2,7 +2,7 @@ NAME
     MooseX::Singleton - turn your Moose class into a singleton
 
 VERSION
-    Version 0.08, released 24 May 08
+    Version 0.16
 
 SYNOPSIS
         package MyApp;
index 2915697..ad35627 100644 (file)
@@ -5,7 +5,7 @@ use Moose::Exporter;
 use MooseX::Singleton::Object;
 use MooseX::Singleton::Meta::Class;
 
-our $VERSION = '0.14';
+our $VERSION = '0.16';
 $VERSION = eval $VERSION;
 
 Moose::Exporter->setup_import_methods( also => 'Moose' );
@@ -31,7 +31,7 @@ MooseX::Singleton - turn your Moose class into a singleton
 
 =head1 VERSION
 
-Version 0.08, released 24 May 08
+Version 0.16, released 24 May 08
 
 =head1 SYNOPSIS