Skip to content

Commit

Permalink
increment $VERSION after v3.0.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
oalders committed Apr 23, 2023
1 parent 2153973 commit 125d465
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
Revision history for HTML-Restrict

{{$NEXT}}

v3.0.2 2023-04-23 17:06:28Z
- Add create_newlines to replace BR and P by 1, resp. 2 newlines
(GH#46) (E. Choroba)
Expand Down
2 changes: 1 addition & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ my %WriteMakefileArgs = (
"Test::More" => "0.96",
"warnings" => 0
},
"VERSION" => "v3.0.2",
"VERSION" => "v3.0.3",
"test" => {
"TESTS" => "t/*.t"
}
Expand Down
2 changes: 1 addition & 1 deletion lib/HTML/Restrict.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use 5.006;
package HTML::Restrict;

use version;
our $VERSION = 'v3.0.2';
our $VERSION = 'v3.0.3';

use Carp qw( croak );
use Data::Dump qw( dump );
Expand Down

0 comments on commit 125d465

Please sign in to comment.