Skip to content

Commit

Permalink
fix(version_number): getting ready for 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
3uryd1ce committed Sep 4, 2023
1 parent fe2cadb commit 85e900c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion Changes
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
Revision history for Domain-Sift

0.1.2 2023/09/04
Cleaned up README and added more information.
Updated TLD list in Domain::Sift::Match.
0.1.1 2023/08/26
Added more tests.
Whitespace and style fixes.
Whitespace and style fixes.
0.1.0 2023/07/25
First version, released on an unsuspecting world.
4 changes: 2 additions & 2 deletions lib/Domain/Sift.pm
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ package Domain::Sift;
# ABSTRACT: tools to sift through domains

use v5.36;
our $VERSION = '0.1.1';
our $VERSION = '0.1.2';

=head1 NAME
Domain::Sift - tools to sift through domains
=head1 VERSION
Version 0.1.1
Version 0.1.2
=cut
1; # End of Domain::Sift;

0 comments on commit 85e900c

Please sign in to comment.