ready to release 0.1.0

This commit is contained in:
Zane C. B-H 2019-08-06 05:33:58 -05:00
parent 2c6e7d0761
commit 6d64af3c1b
3 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
Revision history for Net-Connection-ncnetstat
0.1.0 2019-08-
0.1.0 2019-08-06/05:30
- Add RegexPTR support.
- Add UID support.
- Add username support.

View File

@ -20,7 +20,7 @@ my %WriteMakefileArgs = (
PREREQ_PM => {
'Net::Connection'=>'0.1.0',
'Net::Connection::lsof'=>'0.0.2',
'Net::Connection::Match'=>'0.0.0',
'Net::Connection::Match'=>'0.2.0',
'Net::Connection::Sort'=>'0.0.0',
'Term::ANSIColor'=>'4.06',
'Text::Table'=>'1.133',

View File

@ -17,11 +17,11 @@ Net::Connection::ncnetstat - The backend for ncnetstat, the colorized and enhanc
=head1 VERSION
Version 0.0.1
Version 0.1.0
=cut
our $VERSION = '0.0.1';
our $VERSION = '0.1.0';
=head1 SYNOPSIS