Showing 1 changed files with 2 additions and 2 deletions
+2 -2
lib/DBIx/Custom.pm
... ...
@@ -1,7 +1,7 @@
1 1
 package DBIx::Custom;
2 2
 use Object::Simple;
3 3
 
4
-our $VERSION = '0.0101';
4
+our $VERSION = '0.0201';
5 5
 
6 6
 use Carp 'croak';
7 7
 use DBI;
... ...
@@ -736,7 +736,7 @@ DBIx::Custom - Customizable simple DBI
736 736
 
737 737
 =head1 VERSION
738 738
 
739
-Version 0.0101
739
+Version 0.0201
740 740
 
741 741
 =head1 CAUTION
742 742