Skip to content

Commit

Permalink
Updating for release of version 0.07
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanwills-optus committed Aug 12, 2018
1 parent 5d0a589 commit df87dfe
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
Revision history for File-TypeCategories

0.07 2018-08-12
Updating for release of version 0.07
Fixning dependencies (Ivan Wills)
Updated date (Ivan Wills)
Updating Test dependencies for better windows experience (Ivan Wills)

0.06 2016-11-20
Updating for release of version 0.06
Skipping processing dir if it doesn't exist (Ivan Wills)
Expand Down
4 changes: 2 additions & 2 deletions bin/tfind
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ use Term::ANSIColor qw/:constants/;
use Path::Tiny;
use File::TypeCategories;

our $VERSION = 0.06;
our $VERSION = 0.07;
my ($name) = $PROGRAM_NAME =~ m{^.*/(.*?)$}mxs;
my $REVERSE = REVERSE;
my $RESET = RESET;
Expand Down Expand Up @@ -158,7 +158,7 @@ tfind - Find files based on file types
=head1 VERSION
This documentation refers to tfind version 0.06
This documentation refers to tfind version 0.07
=head1 SYNOPSIS
Expand Down
4 changes: 2 additions & 2 deletions lib/File/TypeCategories.pm
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ use Types::Standard -types;
use File::ShareDir qw/dist_dir/;
use YAML qw/LoadFile/;

our $VERSION = 0.06;
our $VERSION = 0.07;
our %warned_once;

has ignore => (
Expand Down Expand Up @@ -202,7 +202,7 @@ File::TypeCategories - Determine if files match a specific type
=head1 VERSION
This documentation refers to File::TypeCategories version 0.06
This documentation refers to File::TypeCategories version 0.07
=head1 SYNOPSIS
Expand Down

0 comments on commit df87dfe

Please sign in to comment.