Skip to content

Commit

Permalink
<sigh> I fail. Bump versions for release
Browse files Browse the repository at this point in the history
  • Loading branch information
bobtfish committed Oct 6, 2009
1 parent 1be27fa commit 8ef6234
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -220,3 +220,6 @@ This file documents the revision history for Perl extension Text::MultiMarkdown.
- Changes to be in line with latest Text::Markdown version 1.0.26
- Update README file and tie it to the code.

1.0.29 2009-10-06T08:25:40
- Update dependency versions in Makefile.PL neglected last release.

2 changes: 1 addition & 1 deletion lib/Text/MultiMarkdown.pm
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ use Encode qw();
use Carp qw(croak);
use base qw(Text::Markdown);

our $VERSION = '1.0.28';
our $VERSION = '1.0.29';
our @EXPORT_OK = qw(markdown);

=head1 NAME
Expand Down

0 comments on commit 8ef6234

Please sign in to comment.