Skip to content

Commit

Permalink
Prepare for 0.09 version
Browse files Browse the repository at this point in the history
  • Loading branch information
michal-josef-spacek committed May 18, 2024
1 parent 2baac48 commit 62a149b
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 6 deletions.
4 changes: 2 additions & 2 deletions ChangePassword.pm
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ use Tags::HTML::Messages;
Readonly::Array our @FORM_METHODS => qw(post get);
Readonly::Array our @TEXT_KEYS => qw(change_password old_password_label password1_label password2_label submit);

our $VERSION = 0.08;
our $VERSION = 0.09;

# Constructor.
sub new {
Expand Down Expand Up @@ -661,6 +661,6 @@ BSD 2-Clause License
=head1 VERSION
0.08
0.09
=cut
2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
0.09

0.08 2024-05-18T09:08:30+02:00
- Fix required text keys in doc.
- Update to Mo::utils::CSS@0.07.
Expand Down
2 changes: 1 addition & 1 deletion META.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ resources:
homepage: https://github.com/michal-josef-spacek/Tags-HTML-ChangePassword
license: http://opensource.org/licenses/bsd-license.php
repository: git://github.com/michal-josef-spacek/Tags-HTML-ChangePassword
version: '0.08'
version: '0.09'
2 changes: 1 addition & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ test_requires 'Test::MockObject' => 0;
test_requires 'Test::More' => 0;
test_requires 'Test::NoWarnings' => 0;
tests_recursive;
version '0.08';
version '0.09';

# Run.
WriteAll();
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -328,5 +328,5 @@ LICENSE AND COPYRIGHT
BSD 2-Clause License

VERSION
0.08
0.09

2 changes: 1 addition & 1 deletion t/Tags-HTML-ChangePassword/02-version.t
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ use Test::More 'tests' => 2;
use Test::NoWarnings;

# Test.
is($Tags::HTML::ChangePassword::VERSION, 0.08, 'Version.');
is($Tags::HTML::ChangePassword::VERSION, 0.09, 'Version.');

0 comments on commit 62a149b

Please sign in to comment.