Skip to content

Commit

Permalink
Bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
bobtfish committed Mar 20, 2010
1 parent f0813aa commit cadc560
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Changes
@@ -1,5 +1,8 @@
This file documents the revision history for Perl extension Text::MultiMarkdown.

1.0.33 2010-03-20T23:08:00
- Fix installation of MultiMarkdown.pl script.

1.0.32 2010-12-19T10:31:00
- Removed File::Slurp dependency (v. 9999.13 fails tests on Strawberry
5.10.1) (dandv)
Expand Down
2 changes: 1 addition & 1 deletion lib/Text/MultiMarkdown.pm
Expand Up @@ -9,7 +9,7 @@ use Encode qw();
use Carp qw(croak);
use base qw(Text::Markdown);

our $VERSION = '1.000032'; # 1.0.32
our $VERSION = '1.000033'; # 1.0.33
$VERSION = eval $VERSION;
our @EXPORT_OK = qw(markdown);

Expand Down

0 comments on commit cadc560

Please sign in to comment.