Skip to content

Commit

Permalink
bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
2shortplanks committed Jan 27, 2012
1 parent bb03056 commit eabe707
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/Template/Plugin/Textile.pm
Expand Up @@ -4,10 +4,11 @@ use strict;
#use warnings;

use vars qw($VERSION);
$VERSION = "1.01";
$VERSION = "2.00";

use Text::Textile;


sub load { return $_[0] }
sub new { return bless {}, $_[0] }

Expand Down

0 comments on commit eabe707

Please sign in to comment.