Skip to content

Commit

Permalink
Prepare for 0.02 version
Browse files Browse the repository at this point in the history
  • Loading branch information
michal-josef-spacek committed Feb 7, 2024
1 parent 5abfe97 commit 71acdd6
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 @@ -12,7 +12,7 @@ use Tags::HTML::Messages;

Readonly::Array our @FORM_METHODS => qw(post get);

our $VERSION = 0.01;
our $VERSION = 0.02;

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

0.01 2024-02-07T21:01:43+01:00
- First version.
2 changes: 1 addition & 1 deletion META.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,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.01'
version: '0.02'
2 changes: 1 addition & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ test_requires 'Test::MockObject' => 0;
test_requires 'Test::More' => 0;
test_requires 'Test::NoWarnings' => 0;
tests_recursive;
version '0.01';
version '0.02';

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

VERSION
0.01
0.02

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.01, 'Version.');
is($Tags::HTML::ChangePassword::VERSION, 0.02, 'Version.');

0 comments on commit 71acdd6

Please sign in to comment.